SimpleAnim Op

SimpleAnim

simple animation between two values



Full Name
  • Ops.Anim.SimpleAnim
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub


Example Patch simpleanim

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

Open In Editor

INPUT PORTS


exe (Trigger)

<p>Trigger the op</p>

reset (Trigger)

<p>Trigger the animation</p>

rewind (Trigger)

<p>Rewinds animation to start but only after its finished</p>

start (Number)

<p>starting animation value</p>

end (Number)

<p>ending animation value</p>

duration (Number)

<p>Duration to get from start to end value</p>

loop (Number:

<i>boolean</i>

)

<p>enable to loop animation back and forth</p>

Wait for Reset (Number:

<i>boolean</i>

)

easing index (Number:

<i>integer</i>

)

OUTPUT PORTS


Next (Trigger)

<p>Trigger out</p>

result (Number)

<p>The animated value out</p>

finished (Number)

<p>Outputs true when animation is finished</p>

Finished Trigger (Trigger)

<p>Outputs a trigger when animation is finished</p>


Patches using SimpleAnim

  • Examples
  • Public
  • My Patches