
div {
animation-direction: alternate;
}
animation-direction속성은 애니메이션을 앞으로, 뒤로 또는 번갈아 재생해야하는지 여부를 정의합니다.
| 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-direction: normal|reverse|alternate|alternate-reverse|initial|inherit;