-
https://www.w3.org/TR/intersection-observer/#dom-intersectionobserverentry-isintersecting
-
How's the observer supposed to react for elements that are larger than the area they are displayed it? Their visible ratio may never become 1, as `ratio: visible area / total area` does not account fo…
-
The script was added via #223 , but it is not in the HEAD where the customer wants it.
It is "mostly" only giving a slight performance hit in Mobile, except for video-detail pages where there is a vi…
-
## Specific Demand
Some events require metadata in addition to the event callback. One example of this is the [intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_O…
-
# Motivation
Since Embroider has a macro system for things like package versions and config, I'm wondering if we should add macros for including/excluding platform API polyfills. It is not uncommon…
-
Starting work on alternate way of watching elements with using Intersection Observer to avoid constant listening to the scroll event.
-
Lazy loading images using the library works without problems, but when i include my page in another page inside an iframe it suddenly stops working. I have a bunch of images that have the `data-src` a…
-
Hey, I looked through the code and saw a potential issue.
I see you're using threshold in the Intersection observer options to trigger the animation.
This could become problematic if your elemen…
-
The docs describe using the intersection observer polyfill in order to support older browsers like IE, but they don't describe additional requirements to polyfill functions like `Array.prototype.inclu…
-
If I'm using Intersection Observer and observing the intersection ratio, I'm not sure how this works for non-rectangular elements but I assume it's calculating the total surface area of the element (`…