Constants for determining how an effect behaves when it is interrupted.
1.0.0
See also:
feathers.motion.effects.IEffectContext.interrupt()
END
When the effect is interrupted, it immediately advances to the end.
STOP
When the effect is interrupted, it stops at its current position.