Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jedwatson/react-scroll-spy
React.js mixin for updating state based on the window's scroll position
https://github.com/jedwatson/react-scroll-spy
Last synced: 24 days ago
JSON representation
React.js mixin for updating state based on the window's scroll position
- Host: GitHub
- URL: https://github.com/jedwatson/react-scroll-spy
- Owner: JedWatson
- License: mit
- Created: 2015-09-22T07:33:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-29T13:56:13.000Z (about 9 years ago)
- Last Synced: 2024-10-04T12:46:23.232Z (about 1 month ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 29
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-scroll-spy
React.js mixin for updating state based on the window's scroll position
Useful for things like triggering animation when content is scrolled into view, or UI updates when elements are within the viewport.
Can be seen in action on [admyt.com](http://www.admyt.com)