interSectionObserver
Is there anything else like intersectionObserver but for elements
like intersectionObserver is to observer whether an element is inside the viewport or not
but is there anything else that can observe whether an element is inside another element or not
2 Replies
Intersection observer can work with any ancestor element, it doesn't have to be the viewport
ooh wow
tnx..♥️