BackEase overview

Constructors

 Constructor

Public Methods

 BackEaseInEasing equation function for a back (overshooting cubic easing: (s+1)*t^3 - s*t^2) easing in: accelerating from zero velocity.
 BackEaseInOutEasing equation function for a back (overshooting cubic easing: (s+1)*t^3 - s*t^2) easing in/out: acceleration until halfway, then deceleration.
 BackEaseOutEasing equation function for a back (overshooting cubic easing: (s+1)*t^3 - s*t^2) easing out: decelerating from zero velocity.
 BackEaseOutInEasing equation function for a back (overshooting cubic easing: (s+1)*t^3 - s*t^2) easing out/in: deceleration until halfway, then acceleration.
 Calculate
 ToString

Public Properties

 EasingMode (inherited from EasingFunctionBase)Gets or sets a value that specifies how the animation interpolates.

See Also

BackEase Class | Steema.TeeChart.Animations.EasingFunctions Namespace