Lib.numbers.anim.animators.TriggerAnim - tixl3d/tixl GitHub Wiki
Generate interactive animation values that 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) | - |
| Base (Single) | - |
| Amplitude (Single) | - |
| Delay (Single) | - |
| Bias (Single) | - |
| TimeMode (Int32) | - |
| UseTriggerVar (String) | - |
| Name | Type |
|---|---|
| Result | System.Single |
| HasCompleted | System.Boolean |
⚠ Everything else is automatically generated and will be overwritten regularly.