Interface: AnimationInput<T>
Defined in: animations/types/AnimationInputs.ts:6
Interface representing a single animation input
Type Parameters
T
T
Properties
name
name:
string
Defined in: animations/types/AnimationInputs.ts:10
The name of the input.
value
value:
T
Defined in: animations/types/AnimationInputs.ts:15
The current value of the input.