CSS
animation-direction / 방향
혜원21
2021. 9. 10. 00:12
See the Pen animation-direction by nilgi (@nilgi) on CodePen.
animation-direction: normal; // 기본, 생략
animation-direction: reverse; // 역방향
animation-direction: alternate; // 정방향 → 역방향
animation-direction: alternate-reverse; // 역방향 → 정방향
- - -
대부분의 편집기는 앞글자만 입력하면 자동으로 코드를 선택할 수 있습니다. 그러나 이건 공부에 별 도움이 안 됩니다. 가능하면 직접 모두 입력해보는 게 좋습니다. 정말 완벽하게 숙지했다면 빠른 작업을 위해 자동 코드 넣기를 사용하는 게 좋겠지요. 한 번이라도 더 써보아요.