Easing equation function for a back (overshooting cubic easing: (s+1)*t^3 - s*t^2) easing out: decelerating from zero velocity.
public Double BackEaseOut(Double t,
Double b,
Double c,
Double d)

Parameters

t
Current time in seconds.
b
Starting value.
c
Final value.
d
Duration of animation.

Return Value

The correct value.

See Also

BackEase Class | BackEase Members | Steema.TeeChart.Animations.EasingFunctions Namespace