Skip to content

aninest root / Animatable / animationNeedsUpdate

animationNeedsUpdate()

ts
function animationNeedsUpdate<Animating>(anim): boolean

Returns whether the animation needs to be updated.

Type Parameters

Animating extends Animatable

Parameters

anim: Animation<Animating>

The animation object

Returns

boolean

whether the animation needs to be updated

Defined in

Animate/Animatable.ts:50