aninest-root / Animatable / animationNeedsUpdate
animationNeedsUpdate()
ts
function animationNeedsUpdate<Animating>(anim): boolean;
Defined in: Animate/Animatable.ts:54
Returns whether the animation needs to be updated.
Type Parameters
Animating
Animating
extends LocalAnimatable
Parameters
anim
Animation
<Animating
>
The animation object
Returns
boolean
whether the animation needs to be updated