Timeline
Timeline Node is a node that lets you create animation curve(s), plays back and samples the value(s) along its time to output values.
Installation
To use this Node, you must enable omni.anim.timeline
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
Play (play) |
|
Play the timeline from current time |
|
Play from Start (playFromStart) |
|
Play the timeline from start |
|
Stop (stop) |
|
Stop playback at current time |
|
Reverse (reverse) |
|
Play the timeline backwards from current time |
|
Reverse from End (reverseFromEnd) |
|
Play the timeline backwards from end |
|
Set New Time (setNewTime) |
|
Set timeline to new time defined in New Time input |
|
New Time (newTime) |
|
New time to set then Set New Time is triggered |
0.0 |
Length (length) |
|
Duration of the Timeline node in seconds |
10.0 |
Framerate (framerate) |
|
Playback frame rate |
24.0 |
Loop (loop) |
|
Whether animation should loop when reaches the end (or beginning if playing backwards) |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
Updated (updated) |
|
The Timeline node is ticked and output value(s) resampled and updated |
|
Finished (finished) |
|
The Timeline node has finished the playback |