|
1 | 1 | name: Intersection observer |
2 | 2 | description: The Intersection Observer API asynchronously observes changes in the intersection of a target element with an ancestor element or with a top-level document's viewport. |
3 | 3 | spec: https://w3c.github.io/IntersectionObserver/ |
| 4 | +status: |
| 5 | + compute_from: api.IntersectionObserverEntry.isIntersecting |
4 | 6 | caniuse: intersectionobserver |
| 7 | +compat_features: |
| 8 | + - api.IntersectionObserver |
| 9 | + - api.IntersectionObserver.IntersectionObserver |
| 10 | + - api.IntersectionObserver.IntersectionObserver.options_root_parameter_Document |
| 11 | + - api.IntersectionObserver.delay |
| 12 | + - api.IntersectionObserver.disconnect |
| 13 | + - api.IntersectionObserver.observe |
| 14 | + - api.IntersectionObserver.root |
| 15 | + - api.IntersectionObserver.rootMargin |
| 16 | + - api.IntersectionObserver.scrollMargin |
| 17 | + - api.IntersectionObserver.takeRecords |
| 18 | + - api.IntersectionObserver.thresholds |
| 19 | + - api.IntersectionObserver.trackVisibility |
| 20 | + - api.IntersectionObserver.unobserve |
| 21 | + - api.IntersectionObserverEntry |
| 22 | + - api.IntersectionObserverEntry.IntersectionObserverEntry |
| 23 | + - api.IntersectionObserverEntry.boundingClientRect |
| 24 | + - api.IntersectionObserverEntry.intersectionRatio |
| 25 | + - api.IntersectionObserverEntry.intersectionRect |
| 26 | + - api.IntersectionObserverEntry.isIntersecting |
| 27 | + - api.IntersectionObserverEntry.isVisible |
| 28 | + - api.IntersectionObserverEntry.rootBounds |
| 29 | + - api.IntersectionObserverEntry.target |
| 30 | + - api.IntersectionObserverEntry.time |
0 commit comments