new Exponential()
Exponential easing.
- Source - tween/Easing.js, line 282
Methods
-
In(k) → {number}
-
Exponential ease-in.
Parameters:
Name Type Description k
number The value to be tweened.
Returns:
number -The tweened value.
- Source - tween/Easing.js, line 289
-
InOut(k) → {number}
-
Exponential ease-in/out.
Parameters:
Name Type Description k
number The value to be tweened.
Returns:
number -The tweened value.
- Source - tween/Easing.js, line 315
-
Out(k) → {number}
-
Exponential ease-out.
Parameters:
Name Type Description k
number The value to be tweened.
Returns:
number -The tweened value.
- Source - tween/Easing.js, line 302