animate between two values based on a boolean value
summary (oneliner)
This op allows you to create simple animations with a definable animation time and easing mode. Try combining it with the ToggleBool op.
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
Inputs
exe (Trigger)
Trigger the op
bool (boolean /Number)
Required to trigger an animation
Animation
easing index (integer /Number)
duration (Number)
How long it takes for the animation to occur
Direction index (integer /Number)
Values
value false (Number)
The value to animate to when Bool input' evaluates to
false'
value true (Number)
The value to animate to when Bool input' evaluates to
true'
Outputs
trigger (Trigger)
Trigger out
value (Number)
The current value of the animation
finished (Number)
Finished Trigger (Trigger)
Outputs a trigger when the animation has finished