Type Alias: EasingName
type EasingName = "linear" | "easeIn" | "easeOut" | "easeInOut";
Defined in: packages/webxr-environment/src/math.ts:56
The named easing curves. A transition may also carry its own function.
type EasingName = "linear" | "easeIn" | "easeOut" | "easeInOut";
Defined in: packages/webxr-environment/src/math.ts:56
The named easing curves. A transition may also carry its own function.