Enum EasingFunctions
Easing functions allow you to apply custom mathematical formulas to your animations. For example, you may want an object to realistically bounce or behave as though it were on a spring. You could use Key-Frame or even From/To/By animations to approximate these effects but it would take a significant amount of work and the animation would be less accurate than using a mathematical formula.
Namespace: Evergine.Framework.Animation
Assembly: Evergine.Framework.dll
Syntax
public enum EasingFunctions
Fields
Name | Description |
---|---|
Back | The back |
Circle | The circle |
Cubic | The cubic |