mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 23:02:54 +01:00
fix: SEO-1 (#29)
This commit is contained in:
35
nodes/logic/animate-to-value/README.md
Normal file
35
nodes/logic/animate-to-value/README.md
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
hide_title: true
|
||||
hide_table_of_contents: true
|
||||
title: Animate To Value
|
||||
---
|
||||
|
||||
<##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.
|
||||
|
||||
<div className="ndl-image-with-background l">
|
||||
|
||||

|
||||
|
||||
</div>
|
||||
|
||||
<##head##>
|
||||
|
||||
## Inputs
|
||||
|
||||
| Data | Description |
|
||||
| -------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| <span className="ndl-data">Target Value</span> | The value to animate to |
|
||||
| <span className="ndl-data">Duration</span> | The duration of the animation in milliseconds|
|
||||
| <span className="ndl-data">Delay</span> | Delay before the animation starts in milliseconds |
|
||||
| <span className="ndl-data">Easing Curve</span> | The easing curve of the animation |
|
||||
|
||||
## Outputs
|
||||
|
||||
| Data | Description |
|
||||
| ---------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| <span className="ndl-data">Current Value</span> | The current value of the animation |
|
||||
| <span className="ndl-signal">At Target Value</span> | Signals when the animation has reached its target value |
|
||||
Reference in New Issue
Block a user