Hi Chris, For the component that has a transition or effect, listen for the effectEnd event:
<myComponent effectEnd="onEffectEnd()"/> -TH --- In [email protected], "Christoph Leva" <[EMAIL PROTECTED]> wrote: > > Hi all, > > is it possible to add an eventListener, that listens for the end of a > transition between two states? Couldn't find anything. > > Don't want to listen to a stateChange Event and don't want to use a timer, > that sends an TimerEvent.TIMER_COMPLETE after the duration of the > transition. > > Thanks, Chris >

