Skip to content

aninest root / Animatable / getLocalInterpingToValue

getLocalInterpingToValue()

ts
function getLocalInterpingToValue<Animating>(anim, key): number | undefined

Gets a value

Type Parameters

Animating extends LocalAnimatable<RecursiveAnimatable<unknown>>

Parameters

anim: Animation<Animating>

key: keyof Animating

Returns

number | undefined

Defined in

Animate/Animatable.ts:597