Lines Matching refs:animation
10 | animation-name | string | - | \@keyframes rule. …
11 | animation-delay | <time> | 0 | Delay for playing …
12 …animation-duration | <time> | 0 | Animation duration,…
13 …animation-iteration-count | number \| infinite | 1 | Number of times that an animation …
14 …animation-timing-function | string | <br>linear | Speed curve of an an…
15 …animation-fill-mode | string | none | Start and end style…
35 … <color> | - | Background color applied to the component after the animation is played. |
36 … | <length> | - | Width value applied to the component after the animation is played. |
37 … | <length> | - | Height value applied to the component after the animation is played. |
41 If there is no default value for when an animation will start or end, use **from** and **to** to sp…
57 