A list of all Actions, Conditions and Expressions supported in this addon.
General
-
Actions
Ease {0}({...}) from {1} to {2} in {3} sec. with effect: {4}. Bounce: {5}
Start easing.
Ease {0}({6},{7},{8},{9},{10}) from {1} to {2} in {3} sec. with effect: {4}. Bounce: {5}
Start easing.
Pause {0}({...})
Pause easing.
Pause {0}
Pause easing.
Resume {0}({...})
Resume easing.
Resume {0}
Resume easing.
Terminate {0}({...})
Terminate easing.
Terminate {0}
Terminate easing.
-
Conditions
{0}({...}) in progress
Check if easing is in progress (even if paused).
{0} in progress
Check if easing is in progress (even if paused).
On {0}({...}) finished
Triggered when easing is finished.
On {0} finished
Triggered when easing is finished.
{0}({...}) is paused
Check if the easing is paused.
{0} is paused
Check if the easing is paused.
On {0}({...}) ticked
Triggered when easing is ticked.
On {0} ticked
Triggered when easing is ticked.
-
Expressions
TimeProgress
Get the time progress of any easing.
CurrentValue
Get the current value of any easing.
Parameter
Get the parameter of any easing.
FinishedParam
Get the parameter of a finished easing.
TickedParam
Get the parameter of a ticked easing.
TickedValue
Get the value of a ticked easing.
TickedTimeProgress
Get the time progress of a ticked easing.
Programming
-
Actions
Set {0} as a custom easing function
Set custom JS easing function.
Set {0} as a custom easing function
Set custom Construct easing function.