aninest-root / Animatable / changeLocalInterpFunction
changeLocalInterpFunction()
ts
function changeLocalInterpFunction<Animating>(anim, interp): void;Defined in: Animate/Animatable.ts:559
Updates the interpolation function of the animation only for the topmost level.
Type Parameters
Animating
Animating extends Animatable<unknown>
Parameters
anim
Animation<Animating>
interp
Returns
void