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