beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

BoolAnim Op

BoolAnim

animate between two values based on a boolean value


This op allows you to create simple animations with a definable animation time and easing mode. Try combining it with the ToggleBool op.


Edit Documentation

Full Name
  • Ops.Anim.BoolAnim
Visibility
  • Core Op - Official cables op
Author


 

Example Patch Bool Animation Linked

Bool anim ops can be linked together to create chained animations.

Open In Editor

INPUT PORTS


exe (Trigger)

Trigger the op

bool (Number:boolean )

Required to trigger an animation

Animation

easing index (Number:integer )
duration (Number)

How long it takes for the animation to occur

Direction index (Number:integer )

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'

OUTPUT PORTS


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


Usages of BoolAnim

  • Examples
  • Public
  • My Patches
  • Ops