View source
class NoOpEffectContext
package feathers.motion.effects
extends EventDispatcher
implements IEffectContext
An effect that does nothing and simply completes immediately.
Events:
openfl.events.Event.CHANGE | Dispatched when the effect's position is updated. |
---|---|
openfl.events.Event.COMPLETE | Dispatched when the effect has completed. |
Available since
1.0.0
.Constructor
new(target:Dynamic)
Creates a new NoOpEffectContext
object from the given arguments.
Available since
1.0.0
.