aninest root / AnimatableTypes / UnknownAnimation
UnknownAnimation
ts
type UnknownAnimation: Animation<UnknownRecursiveAnimatable>;
Convenient way to write Animation<UnknownRecursiveAnimatable>
. Usually used to cast an animation to this more generic type.