-
Notifications
You must be signed in to change notification settings - Fork 293
Expand file tree
/
Copy pathintersection-observer.yml
More file actions
30 lines (30 loc) · 1.37 KB
/
intersection-observer.yml
File metadata and controls
30 lines (30 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: Intersection observer
description: The `IntersectionObserver` API asynchronously observes changes in the intersection of a target element with an ancestor element or with a top-level document's viewport.
spec: https://w3c.github.io/IntersectionObserver/
status:
compute_from: api.IntersectionObserverEntry.isIntersecting
caniuse: intersectionobserver
compat_features:
- api.IntersectionObserver
- api.IntersectionObserver.IntersectionObserver
- api.IntersectionObserver.IntersectionObserver.options_root_parameter_Document
- api.IntersectionObserver.delay
- api.IntersectionObserver.disconnect
- api.IntersectionObserver.observe
- api.IntersectionObserver.root
- api.IntersectionObserver.rootMargin
- api.IntersectionObserver.scrollMargin
- api.IntersectionObserver.takeRecords
- api.IntersectionObserver.thresholds
- api.IntersectionObserver.trackVisibility
- api.IntersectionObserver.unobserve
- api.IntersectionObserverEntry
- api.IntersectionObserverEntry.IntersectionObserverEntry
- api.IntersectionObserverEntry.boundingClientRect
- api.IntersectionObserverEntry.intersectionRatio
- api.IntersectionObserverEntry.intersectionRect
- api.IntersectionObserverEntry.isIntersecting
- api.IntersectionObserverEntry.isVisible
- api.IntersectionObserverEntry.rootBounds
- api.IntersectionObserverEntry.target
- api.IntersectionObserverEntry.time