waypoints

Waypoints is a library that makes it easy to execute a function whenever you scroll to an element.

Github stars Tracking Chart

Waypoints

Waypoints is a library that makes it easy to execute a function whenever you scroll to an element. Build Status

var waypoint = new Waypoint({
  element: document.getElementById('thing'),
  handler: function(direction) {
    alert('You have scrolled to a thing')
  }
})

If you're new to Waypoints, check out the Getting Started guide.

Read the full documentation for more details on usage and customization.

Shortcuts

In addition to the normal Waypoints script, extensions exist to make common UI patterns just a little easier to implement:

Contributing

If you want to report a Waypoints bug or contribute code to the library, please read the Contributing Guidelines. If you need help using Waypoints, please do not open an issue. Instead, ask the question on Stack Overflow and tag it with #jquery-waypoints. Be sure to follow the guidelines for asking a good question.

License

Copyright (c) 2011-2014 Caleb Troughton. Licensed under the MIT license.

Overview

Name With Ownerreduxjs/redux-thunk
Primary LanguageTypeScript
Program languageJavaScript (Language Count: 2)
Platform
License:MIT License
Release Count24
Last Release Namev3.1.0 (Posted on 2023-12-04 08:50:37)
First Release Namev0.1.0 (Posted on )
Created At2015-07-13 13:33:08
Pushed At2024-05-06 18:47:14
Last Commit At2024-03-22 10:50:35
Stargazers Count17.7k
Watchers Count168
Fork Count1k
Commits Count227
Has Issues Enabled
Issues Count214
Issue Open Count0
Pull Requests Count79
Pull Requests Open Count2
Pull Requests Close Count61
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top