애니메이션
CSS 애니메이션 관련 속성 클래스입니다.
Play State
| 클래스 | CSS |
|---|---|
apsr | animation-play-state: running |
apsp | animation-play-state: paused |
Fill Mode
| 클래스 | CSS |
|---|---|
afmn | animation-fill-mode: none |
afmf | animation-fill-mode: forwards |
afmb | animation-fill-mode: backwards |
afmbf | animation-fill-mode: both |
Direction
| 클래스 | CSS |
|---|---|
adin | animation-direction: normal |
adir | animation-direction: reverse |
adial | animation-direction: alternate |
adialr | animation-direction: alternate-reverse |
Iteration Count
| 클래스 | CSS |
|---|---|
aicinf | animation-iteration-count: infinite |