Packagefeathers.motion
Classpublic class EffectInterruptBehavior
InheritanceEffectInterruptBehavior Inheritance Object

Product Version : Feathers 3.5.0

Constants for determining how an effect behaves when it is interrupted.

See also

feathers.motion.effectClasses.IEffectContext.interrupt()
Effects and animation for Feathers components


Public Constants
 ConstantDefined By
  END : String = "end"
[static] When the effect is interrupted, it immediately advances to the end.
EffectInterruptBehavior
  STOP : String = "stop"
[static] When the effect is interrupted, it stops at its current position.
EffectInterruptBehavior
Constant Detail
ENDConstant
public static const END:String = "end"

Product Version : Feathers 3.5.0

When the effect is interrupted, it immediately advances to the end.

STOPConstant 
public static const STOP:String = "stop"

Product Version : Feathers 3.5.0

When the effect is interrupted, it stops at its current position.