#section03 ul li:first-child{
-webkit-animation:moveUp 0.6s 0.5s forwards;
animation:moveUp 0.6s 0.5s forwards;
animation-play-state: paused;
opacity: 0;
}
#section03 ul li:nth-child(2){
-webkit-animation:moveUp 0.6s 1.5s forwards;
animation:moveUp 0.6s 1.5s forwards;
animation-play-state: paused;
opacity: 0;
}
#section03 ul li:last-child{
-webkit-animation:moveUp 0.6s 2.5s forwards;
animation:moveUp 0.6s 2.5s forwards;
animation-play-state: paused;
opacity: 0;
}
이것저것 해보았는데 안되서 다음날 다시 해봤는데 저렇게 하니까 되더라.
해보다가 안되면 계속 붙잡고 있지말고 다음으로 넘길 것.
'퍼블리싱 > TIP' 카테고리의 다른 글
안드로이드 어플 다운로드 할 수 있는 페이지 링크걸기 (0) | 2016.01.27 |
---|---|
크롬에서 닫은 탭 다시열기 (0) | 2016.01.18 |
이미지 슬라이드 (0) | 2016.01.14 |
scrollTop값을 이용한 엘리먼트 움직이는 효과 (0) | 2016.01.13 |
마우스 휠 이벤트 - 원페이지 (mousewheel event - onepage) (12) | 2016.01.12 |