aninest root / AnimatableEvents / BEFORE_END
BEFORE_END
ts
const BEFORE_END: "beforeEnd" = "beforeEnd";
Broadcasts right before the animation ends to allow for the animation to be interrupted before it ends. This is useful to create snapping, looping, or bouncing animations without triggering any END events.