TweenLite로 스크롤 애니메이션 사용하는 방법
플러그인 경로 : https://greensock.com/ScrollToPlugin
1. js 임베드
<script type="text/javascript" src="js/vendor/TweenLite.min.js"></script> <script type="text/javascript" src="js/vendor/plugin/CSSPlugin.min.js"></script> <script type="text/javascript" src="js/vendor/plugin/ScrollToPlugin.min.js"></script>
2. 사용방법
//scroll to 400 pixels down from the top TweenLite.to(window, 2, {scrollTo:{y:400}, ease:Power2.easeOut});
'프로그래밍 > tip' 카테고리의 다른 글
[tip] Facebook App에서의 공유하기 App Link (android) (0) | 2015.03.06 |
---|---|
[tip] jQuery 터치 이벤트 사용시 event.touches가 undefined 일때 (0) | 2015.02.09 |
[tip] 일차함수 (0) | 2015.02.05 |
[tip] 최초 시작시 scrollTop() 이 적용되지 않을 때 (0) | 2015.01.28 |
[tip] SVN E160028 오류 (0) | 2015.01.27 |