Skip to content

aninest-root / AnimatableEvents / BEFORE_END

BEFORE_END

ts
const BEFORE_END: "beforeEnd" = "beforeEnd";

Defined in: Animate/AnimatableEvents.ts:52

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.