- Source: src/math/easing/linear/index.js (Line 7)
Methods
-
<static> Linear(v)
-
Linear easing (no variation).
Parameters:
Name Type Description v
number The value to be tweened.
- Since: 3.0.0
- Source: src/math/easing/linear/Linear.js (Line 7)
Returns:
The tweened value.
- Type
- number