Enumeration: Easing
Default easing functions as defined in the CSS Spec
see https://www.w3.org/TR/css-easing-1/#cubic-bezier-easing-functions
Index
Enumeration members
Enumeration members
EASE
• EASE: = "ease"
Defined in src/renderContext/animations/CubicBezierInterpolation.ts:9
EASE_IN
• EASE_IN: = "ease-in"
Defined in src/renderContext/animations/CubicBezierInterpolation.ts:10
EASE_IN_OUT
• EASE_IN_OUT: = "ease-in-out"
Defined in src/renderContext/animations/CubicBezierInterpolation.ts:12
EASE_OUT
• EASE_OUT: = "ease-out"
Defined in src/renderContext/animations/CubicBezierInterpolation.ts:11