animation
The animation
shorthand CSS property applies an animation between styles. It is a shorthand for animation-name
, animation-duration
, animation-timing-function
, animation-delay
, animation-iteration-count
, animation-direction
, animation-fill-mode
, and animation-play-state
.
Syntax: <single-animation>#
| Chrome | Firefox | Safari | Edge | IE |
| :-----: | :-----: | :-----: | :----: | :----: |
| 43 | 16 | 9 | 12 | 10 |
| 3′ | 5′ | 4′ | | |
Content copied to clipboard