Yeah. I don’t think it’s been used much. We had some transitions in our Flex app, but when we modernized the UI in Royale, we dropped them.
> On Jul 2, 2020, at 3:54 AM, Hugo Ferreira <[email protected]> wrote: > > I see that this feature is still very young on Royale. > Also it's not the most important one and I can leave without it for now. > > I try a simple Resize effect (also happens with Fade) and both crash: > Uncaught TypeError: Cannot read property 'addEventListener' of null > at Function.org.apache.royale.effects.Tween.addTween (Tween.js:115) > at > org.apache.royale.effects.Resize.org.apache.royale.effects.Tween.play > (Tween.js:421) > at org.apache.royale.effects.Resize.play (Resize.js:162) > at framework.Form.minimize (Form.mxml:96) > at framework.Form.$EH2 (Form.mxml:151) > at Function.goog.events.fireListener [as googFireListener] > (events.js:753) > at Object.org.apache.royale.core.ElementWrapper.fireListenerOverride > [as fireListener] (ElementWrapper.js:62) > at HTMLElement.goog.events.handleBrowserEvent_ (events.js:879) > at HTMLElement.f (events.js:296) > > Harbs <[email protected]> escreveu no dia quarta, 1/07/2020 à(s) 07:26: > >> Take a look at the org.apache.royale.effects package in the “Effects” >> project. >> >> See manualtests/EffectsExample for some sample usage. >> >>> On Jul 1, 2020, at 4:17 AM, Hugo Ferreira <[email protected]> >> wrote: >>> >>> How to apply a simple standard effect (ex: Fade, Zoom, etc ...) ? >> >>
