You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im trying to use the standard API as shown in the docs
var waypoints = new Waypoints();
waypoints.addPoint(200, {
prop1: "value1"
});
waypoints.on('point', function(point, data){
console.log('Point reached');
});
Im not sure what to pass as first parameter on the waypoint.on method. If im getting it right I just keep the pointstring in there, but after configuring a few points nothing fires while I scroll.
Can you help?
The text was updated successfully, but these errors were encountered:
Hi Anthony,
Im trying to use the standard API as shown in the docs
Im not sure what to pass as first parameter on the
waypoint.on
method. If im getting it right I just keep thepoint
string in there, but after configuring a few points nothing fires while I scroll.Can you help?
The text was updated successfully, but these errors were encountered: