Skip to content

aninest root / Animatable / getLocalInterpingToValue

getLocalInterpingToValue()

ts
function getLocalInterpingToValue<Animating, Key>(anim, key): LocalAnimatable<Animating>[Key] | undefined

Gets a value

Type Parameters

Animating extends LocalAnimatable<RecursiveAnimatable<unknown>>

Key extends string | number | symbol

Parameters

anim: Animation<Animating>

key: Key

Returns

LocalAnimatable<Animating>[Key] | undefined

Defined in

Animate/Animatable.ts:594