Type alias EasingObject

EasingObject: Record<keyof TweenState, EasingKey | EasingFunction>

A map of TweenState property names to the easing identifier or implementations to animate them with. Omitted property names default to linear easing.

Generated using TypeDoc