new Linear()
Linear easing.
- Source:
- src/tween/Easing.js line 19
Methods
-
None(k)
-
Linear Easing (no variation).
Parameters:
Name Type Description k
number The value to be tweened.
- Source:
- src/tween/Easing.js line 21
Returns:
k.
- Type
- number