animation
Provides a declarative way to create animations for web components.
Usage
animation(name="fade-in" duration=500 play=true) div Content to animateAttributes
| Name | Type | Default | Description |
|---|---|---|---|
name | string | - | Animation name. |
duration | number | 1000 | Duration in ms. |
play | boolean | true | Animation play state. |