개발정보

jQuery Waypoints 스크롤 이벤트

쿠카곰돌이 2020. 1. 26. 22:03
반응형

어떤 영역에 스크롤 되면 이벤트를 발생 시킨다.

 

http://imakewebthings.com/waypoints/guides/getting-started/

웨이 포인트는 요소에 스크롤 할 때 기능을 트리거 할 수있는 가장 쉬운 방법입니다.


http://imakewebthings.com/waypoints/

 

Waypoints

Waypoints is the easiest way to trigger a function when you scroll to an element. var waypoint = new Waypoint({ element: document.getElementById('waypoint'), handler: function(direction) { console.log('Scrolled to waypoint!') } }) Builds are available for

imakewebthings.com

Infinite Scroll

반응형

'개발정보' 카테고리의 다른 글

Magnific Popup  (0) 2020.01.26
Isotope PACKAGED  (0) 2020.01.26
Mark Goodyea : scrollUp  (0) 2020.01.26
JQuery Advanced News Ticker  (0) 2020.01.26
IE8 이하에서 HTML5, CSS3 사용하기  (0) 2020.01.26