mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 23:02:54 +01:00
* chore: Upgrade Docusaurus from v2 to v3 * chore: Update "Test build" GH workflow * fix: build All markdown is processed as MDX * fix: Broken links
hide_title, hide_table_of_contents, title
| hide_title | hide_table_of_contents | title |
|---|---|---|
| true | true | Animate To Value node |
{/##head##/}
Animate To Value
This node takes a target value and will automatically animate towards it. The animation will restart every time the target value changes.
{/##head##/}
Inputs
| Data | Description |
|---|---|
| Target Value | The value to animate to |
| Duration | The duration of the animation in milliseconds |
| Delay | Delay before the animation starts in milliseconds |
| Easing Curve | The easing curve of the animation |
Outputs
| Data | Description |
|---|---|
| Current Value | The current value of the animation |
| At Target Value | Signals when the animation has reached its target value |
