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

TimelineValue Op



TimelineValue
Namespace: Ops.TimeLine

Op author: pandur

Animate and get value at "time" of timeline


Allows you to animate a simple value for use with other ops. Use the timeline to keyframe the animation and attach the output to another op you wish to animate. Useful for reusing values or using a single timeline to animated multiple ops.

To sync with other animations, be sure to use Ops.TimeLine.TimeLineTime .
You can also use other ways to animate the time value to playback your keyframes but this is not recommended at the moment.



Inputs

Time (Number)
Value (Number)

value at "time" in the op's animated timeline

Unit index (integer /Number)

Outputs

Result (Number)
Anim Array (Array)

all keys in timeline as array2x [time,value,time,value,time,value]

Anim Finished (Number)

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Patches using TimelineValue

  • Examples
  • Public
  • My Patches