-
Notifications
You must be signed in to change notification settings - Fork 200
lib.anim.TriggerAnim
Thomas Mann edited this page Jan 17, 2024
·
5 revisions
in lib.anim
Generate interactive animation values than can be triggered with a boolean value. It offers a variety of shapes and modes.
Tips:
- Hold CTRL to directly manipulate rate and shape in the graph.
- Have a look at [HowToAnimate] to get some ideas on how to use this.
An example setup might be:
[HasValueIIncreased]->[TriggerAnim]->[SampleGradient]->[Blob]
Name (Relevancy & Type) | Description |
---|---|
Trigger (BooleanRelevant) | - |
Shape (Int32) | - |
AnimMode (Int32) | - |
Duration (Single) | - |
StartValue (Single) | - |
EndValue (Single) | - |
Delay (Single) | - |
Bias (Single) | - |
TimeMode (Int32) | - |
Name | Type |
---|---|
Result | System.Single |
HasCompleted | System.Boolean |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.
Reference
Getting started
- Basic Concepts
- How Tooll Works
- Keyboard shortcuts
- Video tutorials
- Rendering Videos
- Exporting to Executable
- Creating new Operators
- Tooll for live performances
- Presets and Snapshots
- Optimizing Rendering Performance
- Using backups
- Realtime Rendering for Artists
Advanced features