Click or drag to resize
AB4D logo

EasingFunctionsExponentialEaseInOutFunction Method

ExponentialEaseInOutFunction

Namespace: Ab3d.Animation
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static double ExponentialEaseInOutFunction(
	double t
)

Parameters

t  Double
input value in range from 0 to 1

Return Value

Double
returned eased value in range from 0 to 1
See Also