Posts /

CSS:animation-name

Twitter Facebook Google+
30 Nov 2018
div {
    animation-name: mymove;
}

CSS :animation-name

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;


Twitter Facebook Google+