waypoint

Solutions on MaxInterview for waypoint by the best coders in the world

showing results for - "waypoint"
Antonio
10 Jul 2020
1var waypoint = new Waypoint({
2  element: document.getElementById('element-waypoint'),
3  handler: function(direction) {
4    notify(this.element.id + ' triggers at ' + this.triggerPoint)
5  },
6  offset: '75%'
7})
similar questions
waypoint jquery