aninest-root / AnimatableTypes / AnimationWithoutChildren
AnimationWithoutChildren<Animating>
ts
type AnimationWithoutChildren<Animating> = object & Listeners<AnimatableEventsWithValue, Partial<SlicedAnimatable<Animating>>> & Listeners<"update", unknown> & { [key in `recursive${Capitalize<AnimatableEventsWithValue>}Listeners`]: ListenerSet<unknown> };
Defined in: Animate/AnimatableTypes.ts:116
The local animation object. This is a recursive type, meaning that it can contain other animations.
Type Parameters
Animating
Animating
extends UnknownAnimatable