Easing equation function for an exponential (2^t) easing in/out: acceleration until halfway, then deceleration.
public Double ExpoEaseInOut(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

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