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

BoolAnim Op

Ops.Anim.BoolAnim


BoolAnim
Namespace: Ops.Anim

Op author: pandur

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.



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

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Bool Animation Linked

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

Open Example In Editor

Patches using BoolAnim