어떤 영역에 스크롤 되면 이벤트를 발생 시킨다. 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 way..