aninest-root / AnimatableTypes / UnknownAnimation
UnknownAnimation
ts
type UnknownAnimation = Animation<UnknownAnimatable>;Defined in: Animate/AnimatableTypes.ts:59
Convenient way to write Animation<UnknownRecursiveAnimatable>. Usually used to cast an animation to this more generic type.