Introducing the Intersection Observer V2 ⛌
As I mentioned in one of my other posts, Intersection Observer will report when an element appears in the viewport, after applying all overflow
and CSS clips
. However, there is no way currently to find out whether an item is being put on top of this element, or some filter is applied to it which may alter or obscure the element’s display.
Jun 22, 2020
2 min