Skip to content

Documentation / Animatable / animationNeedsUpdate

animationNeedsUpdate() ​

ts
function animationNeedsUpdate<Animating>(anim): boolean;

Defined in: Animate/Animatable.ts:64

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