본문 바로가기
웹코딩 배우기/· CSS

animation 속기

by 닐기 2021. 9. 14.

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: 이름 시간 속도 지연 반복 방향;