animation-name: name; animation-duration: 1s; animation-timing-function: ease/linear; animation-delay: 1s; animation-iteration-count: infinite; animation-direction: normal/reverse/alternate; animation-fill-mode: both; animation-play-state: running/paused;
Copy