Easing equation function for a bounce (exponentially decaying parabolic bounce) easing in: accelerating from zero velocity.
public Double BounceEaseIn(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

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