CSS

animation 속기

CD2Y 2021. 6. 2.
반응형

See the Pen animation 속기 by nilgi (@nilgi) on CodePen.

 

animation-name: 이름
animation-duration: 시간
animation-timing-function: 속도
animation-delay: 지연시간
animation-iteration-count: 반복
animation-direction: 방향

animation: 이름 시간 속도 지연 반복 방향

 

반응형