Animation properties
Configure animations by editing animation properties.
Number animation
A simple animation based on a variable value change over specific time.
Property | Description |
---|---|
From | Start value of the range. |
To | End value of the range. |
Duration | Duration of the animation in milliseconds. |
Interpolation | The type of interpolation when animation value changes. |
Target | Target node of the animation. |
Running | Boolean value. |
Loops | Number of consecutive animation playbacks. The -1 value sets continuous animation playback. |
Sequential animation
Groups of animation executed in a sequential order.
Property | Description |
---|---|
Running | Boolean value. |
Loops | Number of consecutive animation playbacks. The -1 value sets continuous animation playback. |
Parallel animation
Groups of animation executed in a parallel order.
Property | Description |
---|---|
Running | Boolean value. |
Loops | Number of consecutive animation playbacks. The -1 value sets continuous animation playback. |
Provide Feedback