aninest-root / AnimatableEvents / ANIM_TYPES_WITH_VALUE
ANIM_TYPES_WITH_VALUE
ts
const ANIM_TYPES_WITH_VALUE: readonly ["beforeStart", "immutableStart", "start", "end", "interrupt", "beforeEnd"];
Defined in: Animate/AnimatableEvents.ts:69
List of event types which provide the values which the animation is interpolating to (or in the case of end
the final values).