We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 209779b + 58a7f85 commit ee4c14bCopy full SHA for ee4c14b
deep-element-behavior.html
@@ -16,7 +16,7 @@
16
// NOTE: A null root defaults to the device view port.
17
this.__visibilityObserver = new IntersectionObserver(this.__updateVisibility.bind(this), {
18
root: this.parentNode || null,
19
- threshold: 0.9
+ threshold: [0, 1.0]
20
});
21
this.__visibilityObserver.observe(this);
22
},
0 commit comments