Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/w3c/IntersectionObserver

Intersection Observer
https://github.com/w3c/IntersectionObserver

Last synced: 3 months ago
JSON representation

Intersection Observer

Awesome Lists containing this project

README

        

# Intersection Observers

Implementation status:
- Chromium: [Shipped in Chrome 51](https://www.chromestatus.com/feature/5695342691483648)
- Edge: [Shipped in build 14986](https://developer.microsoft.com/en-us/microsoft-edge/platform/status/intersectionobserver/)
- Firefox: [Shipped in Firefox 55](https://platform-status.mozilla.org/#intersection-observer)
- WebKit: [Shipped in Safari 12.1 and iOS 12.2](https://developer.apple.com/documentation/safari_release_notes/safari_12_1_release_notes#3130314)

[Explainer Doc](./explainer.md)

[Draft Spec](https://w3c.github.io/IntersectionObserver/)

Given that multiple native implementations of IntersectionObserver exist today, the polyfill that
was formerly maintained in this repo is no longer supported and has been archived at https://github.com/GoogleChromeLabs/intersection-observer.