(1)
● 무한대로 움직임
animation-iteration-count: infinite;
● 왔다갔다
animation-direction: alternate;
<실행화면>
(2)
<실행화면>
(3)
<실행화면>
왼쪽에서 오른쪽으로 움직이면서 크기와 색이 바뀐다.
(4)
● 천천히 -> 빠름 -> 천천히
animation-timing-function: ease;
● 천천히 -> 빠름
animation-timing-function: ease-in;
● 빠름 -> 천천히
animation-timing-function: ease-out;
● 천천히 -> 보통 -> 천천히
animation-timing-function: ease-in-out;
● 일정 속도
animation-timing-function: linear;
<실행화면>
'IT수업 > HTML+CSS' 카테고리의 다른 글
it 수업 3주차 (48) Slider (0) | 2024.01.15 |
---|---|
it 수업 3주차 (47) Ball (0) | 2024.01.15 |
it 수업 3주차 (45) layout 3D (0) | 2024.01.15 |
it 수업 3주차 (44) Transform 3D (0) | 2024.01.15 |
it 수업 3주차 (43) transform & Site Menu (0) | 2024.01.15 |