new Linear()
Linear easing.
- Source - tween/Easing.js, line 16
Methods
-
None(k) → {number}
-
Linear Easing (no variation).
Parameters:
Name Type Description k
number The value to be tweened.
Returns:
number -k.
- Source - tween/Easing.js, line 23