BoolAnim Op
Animate between two numbers 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.
- Ops.Anim.BoolAnim
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch Bool Animation Linked
Bool anim ops can be linked together to create chained animations.
INPUT PORTS
Trigger the op
Required to trigger an animation
Animation
How long it takes for the animation to occur
Values
The value to animate to when Bool input
evaluates to false
The value to animate to when Bool input
evaluates to true
OUTPUT PORTS
Trigger out
The current value of the animation
Outputs a trigger when the animation has finished