
div {
animation-name: mymove;
}
animation-name속성은 @keyframes
애니메이션 의 이름을 지정합니다 .
| property | 크롬 | IE | 파이어폭스 | 사파리 | 오페라 | |:——–|:——–:|:——–:|:——–:|:——–:|:——–:| | animation | 43.0, 4.0 -webkit- | 10.0 | 16.0, 5.0 -moz- | 9.0, 4.0 -webkit- | 30.0, 15.0 -webkit-, 12.0 -o- |
animation-name: keyframename|none|initial|inherit;