Animation |
The AnimationEffect type exposes the following members.
| Name | Description | |
|---|---|---|
| BackendNodeId | `AnimationEffect`'s target node. | |
| Delay | `AnimationEffect`'s delay. | |
| Direction | `AnimationEffect`'s playback direction. | |
| Duration | `AnimationEffect`'s iteration duration. Milliseconds for time based animations and percentage [0 - 100] for scroll driven animations (i.e. when viewOrScrollTimeline exists). | |
| Easing | `AnimationEffect`'s timing function. | |
| EndDelay | `AnimationEffect`'s end delay. | |
| Fill | `AnimationEffect`'s fill mode. | |
| Iterations | `AnimationEffect`'s iterations. | |
| IterationStart | `AnimationEffect`'s iteration start. | |
| KeyframesRule | `AnimationEffect`'s keyframes. |