TimingFunction
Timing function.
Creates a timing function with the specified name. Currently supported functions are linear, easeIn, easeOut, easeInEaseOut.
Returns the interpolated y for the specified x value using the current function i.e. easeIn, easeInEaseOut etc.
y
x
Generated using TypeDoc
TimingFunction
Timing function.