https://github.com/amkreta/intersection-observer-polyfill
Intersection observer like api built from scratch
https://github.com/amkreta/intersection-observer-polyfill
html5 intersection-observer intersection-observer-api javascript polyfill
Last synced: 4 months ago
JSON representation
Intersection observer like api built from scratch
- Host: GitHub
- URL: https://github.com/amkreta/intersection-observer-polyfill
- Owner: AmKreta
- Created: 2024-03-25T19:22:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T05:26:25.000Z (over 1 year ago)
- Last Synced: 2025-01-18T04:41:40.344Z (about 1 year ago)
- Topics: html5, intersection-observer, intersection-observer-api, javascript, polyfill
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Trying to create an Intersection observer like class from scratch
Explaination https://www.youtube.com/watch?v=BpMwse2xlMQ&themeRefresh=1
Article https://medium.com/@kamresh485/building-your-own-version-of-the-intersection-observer-a-step-by-step-guide-c58309627f88