aninest-root / AnimatableEvents / AnimatableEvents
AnimatableEvents
ts
type AnimatableEvents =
| AnimatableEventsWithValue
| typeof UPDATE;
Defined in: Animate/AnimatableEvents.ts:252
The collection of events which can be listened to on an animation. Returns undefined
See
AnimatableEvents/EventTypes for a list of events which return values.