Animate the target component according to the given options.
Label | Key | Type | Required? | Default | Description |
View component |
| ComponentId | Yes | – | Target view component to animate. |
animation |
| String | Yes | – | Animation name. |
Duration |
| Number(integer) | No | 1000 | Duration of the animation, in milliseconds. |
Delay |
| Number(integer) | No | – | Delay before the animation is run, in milliseconds. |
Direction |
| String | No | normal | Direction of the animation. For looping animations, the |
Easing |
| String | No | linear | Timing function for the animation. See below for valid values. |
Iteration count |
| Number(integer) | No | 1 | How many times to run the animation. Use the Loop property to continue looping the animation indefinitely. |
Iteration delay |
| Number(integer) | No | – | How long to pause between animation iterations, in milliseconds. |
Loop |
| Boolean | No | – | If |
Style properties to animate |
| Array | No | – | List of style property keys to transition with the animation. |
Number of outputs: 1
No output arguments.
No events.
No errors.