Numeric enum of all 28 RPE easing types.
Use as a type-safe alternative to raw numbers when creating events:
createEvent(0, 4, -675, 675, EasingType.CubicOut); Copy
createEvent(0, 4, -675, 675, EasingType.CubicOut);
Numeric enum of all 28 RPE easing types.
Use as a type-safe alternative to raw numbers when creating events: