CSS
animation 속기
혜원21
2021. 9. 14. 12:12
See the Pen animation 속기 by nilgi (@nilgi) on CodePen.
animation-name: 이름;
animation-duration: 시간(s);
animation-timing-function: 속도;
animation-delay: 지연시간(s);
animation-iteration-count: 반복;
animation-direction: 방향;
animation: 이름 시간 속도 지연 반복 방향;