📄️ BackEaseIn Class
Eases in a Double value using a overshooting cubic function.
📄️ BackEaseInOut Class
Eases a Double value using a piecewise overshooting cubic function.
📄️ BackEaseOut Class
Eases out a Double value using a overshooting cubic function.
📄️ BounceEaseIn Class
Eases in a Double value using a simulated bounce function.
📄️ BounceEaseInOut Class
Eases a Double value using a piecewise simulated bounce function.
📄️ BounceEaseOut Class
Eases out a Double value using a simulated bounce function.
📄️ CircularEaseIn Class
Eases in a Double value using the shifted fourth quadrant of the unit circle.
📄️ CircularEaseInOut Class
Eases a Double value using a piecewise unit circle function.
📄️ CircularEaseOut Class
Eases out a Double value using the shifted second quadrant of the unit circle.
📄️ CubicBezierEasing Class
Note: This API is now obsolete.
📄️ CubicEaseIn Class
Eases in a Double value using a cubic equation.
📄️ CubicEaseInOut Class
Eases a Double value using a piece-wise cubic equation.
📄️ CubicEaseOut Class
Eases out a Double value using a cubic equation.
📄️ Easing Class
Base class for all Easing classes.
📄️ EasingTypeConverter Class
Definition
📄️ ElasticEaseIn Class
Eases in a Double value using a damped sine function.
📄️ ElasticEaseInOut Class
Eases a Double value using a piecewise damped sine function.
📄️ ElasticEaseOut Class
Eases out a Double value using a damped sine function.
📄️ ExponentialEaseIn Class
Eases in a Double value using a exponential function.
📄️ ExponentialEaseInOut Class
Eases a Double value using a piecewise exponential function.
📄️ ExponentialEaseOut Class
Eases out a Double value using a exponential function.
📄️ IEasing Interface
Defines the interface for easing classes.
📄️ LinearEasing Class
Linearly eases a Double value.
📄️ QuadraticEaseIn Class
Eases in a Double value using a quadratic function.
📄️ QuadraticEaseInOut Class
Eases a Double value using a piece-wise quadratic function.
📄️ QuadraticEaseOut Class
Eases out a Double value using a quadratic function.
📄️ QuarticEaseIn Class
Eases in a Double value using a quartic equation.
📄️ QuarticEaseInOut Class
Eases a Double value using a piece-wise quartic equation.
📄️ QuarticEaseOut Class
Eases out a Double value using a quartic equation.
📄️ QuinticEaseIn Class
Eases in a Double value using a quartic equation.
📄️ QuinticEaseInOut Class
Eases a Double value using a piece-wise quartic equation.
📄️ QuinticEaseOut Class
Eases out a Double value using a quartic equation.
📄️ SineEaseIn Class
Eases in a Double value using the quarter-wave of sine function.
📄️ SineEaseInOut Class
Eases a Double value using a half sine wave function.
📄️ SineEaseOut Class
Eases out a Double value using the quarter-wave of sine function with shifted phase.
📄️ SplineEasing Class
Eases a Double value using a user-defined cubic bezier curve. Good for custom easing functions that doesn't quite fit with the built-in ones.
📄️ SpringEasing Class
Eases a Double value using a user-defined spring formula.