Easing equation function for an elastic (exponentially decaying sine wave) easing out: decelerating from zero velocity.
public Double ElasticEaseOut(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

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