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

SimpleAnim Op



SimpleAnim
Namespace: Ops.Anim

Op author: pandur

simple animation between two values




Inputs

exe (Trigger)

Trigger the op

reset (Trigger)

Trigger the animation

rewind (Trigger)

Rewinds animation to start but only after its finished

start (Number)

starting animation value

end (Number)

ending animation value

duration (Number)

Duration to get from start to end value

loop (boolean /Number)

enable to loop animation back and forth

Wait for Reset (boolean /Number)
easing (string /Number)

Easing mode applied to value

Outputs

Next (Trigger)

Trigger out

result (Number)

The animated value out

finished (Number)

Outputs true when animation is finished

Finished Trigger (Trigger)

Outputs a trigger when animation is finished


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

simpleanim

on click a simple anim is triggered (using bounce easing)


Patches using SimpleAnim

  • Examples (3)
  • Public
  • My Patches