BoolAnim Op
Animate between two numbers based on a boolean value
Summary (oneliner)
<p>This op allows you to create simple animations with a definable animation time and easing mode. Try combining it with the ToggleBool op.</p>
- 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
<p>Trigger the op</p>
<i>boolean</i>
)<p>Required to trigger an animation</p>
Animation
<i>integer</i>
)<p>How long it takes for the animation to occur</p>
<i>integer</i>
)Values
<p>The value to animate to when <code>Bool input' evaluates to </code>false'</p>
<p>The value to animate to when <code>Bool input' evaluates to </code>true'</p>
OUTPUT PORTS
<p>Trigger out </p>
<p>The current value of the animation</p>
<i>boolean</i>
Number)<p>Outputs a trigger when the animation has finished</p>