new Circular()
Circular easing.
- Source:
- src/tween/Easing.js line 323
Methods
-
In(k)
-
Circular ease-in.
Parameters:
Name Type Description k
number The value to be tweened.
- Source:
- src/tween/Easing.js line 325
Returns:
The tweened value.
- Type
- number
-
InOut(k)
-
Circular ease-in/out.
Parameters:
Name Type Description k
number The value to be tweened.
- Source:
- src/tween/Easing.js line 349
Returns:
The tweened value.
- Type
- number
-
Out(k)
-
Circular ease-out.
Parameters:
Name Type Description k
number The value to be tweened.
- Source:
- src/tween/Easing.js line 337
Returns:
The tweened value.
- Type
- number