new Exponential()
Exponential easing.
- Source:
- src/tween/Easing.js line 275
Methods
-
In(k)
-
Exponential ease-in.
Parameters:
Name Type Description k
number The value to be tweened.
- Source:
- src/tween/Easing.js line 277
Returns:
The tweened value.
- Type
- number
-
InOut(k)
-
Exponential ease-in/out.
Parameters:
Name Type Description k
number The value to be tweened.
- Source:
- src/tween/Easing.js line 301
Returns:
The tweened value.
- Type
- number
-
Out(k)
-
Exponential ease-out.
Parameters:
Name Type Description k
number The value to be tweened.
- Source:
- src/tween/Easing.js line 289
Returns:
The tweened value.
- Type
- number