- Source: src/math/easing/stepped/index.js (Line 7)
Methods
-
<static> Stepped(v [, steps])
-
Stepped easing.
Parameters:
Name Type Argument Default Description v
number The value to be tweened.
steps
number <optional>
1 The number of steps in the ease.
- Since: 3.0.0
- Source: src/math/easing/stepped/Stepped.js (Line 7)
Returns:
The tweened value.
- Type
- number