Package | feathers.motion.effectClasses |
Class | public class ParallelEffectContext |
Inheritance | ParallelEffectContext ![]() ![]() |
Implements | IEffectContext |
Product Version : | Feathers 3.5.0 |
See also
Method | Defined By | ||
---|---|---|---|
ParallelEffectContext(target:DisplayObject, functions:Array)
Constructor. | ParallelEffectContext | ||
![]() | interrupt():void
Interrupts the playing effect, but the effect context will be allowed
to determine on its own if it should call stop() or
toEnd(). | BaseEffectContext | |
![]() | pause():void
Pauses an effect that is currently playing. | BaseEffectContext | |
![]() | play():void
Starts playing the effect from its current position to the end. | BaseEffectContext | |
![]() | playReverse():void
Starts playing the effect from its current position back to the
beginning (completing at a position of 0). | BaseEffectContext | |
![]() | stop():void
Stops the effect at its current position and forces
Event.COMPLETE to dispatch. | BaseEffectContext | |
![]() | toEnd():void
Advances the effect to the end and forces
Event.COMPLETE to dispatch. | BaseEffectContext |