Articles tagged: Intersection Observer API
Found 19 documents
- Web/API/IntersectionObserver The IntersectionObserver interface of the Intersection Observer API provides a way to ...
- Web/API/IntersectionObserver/disconnect The IntersectionObserver method disconnect() stops watching all of its target elements for ...
- Web/API/IntersectionObserver/IntersectionObserver The IntersectionObserver() constructor creates and returns a new IntersectionObserver object.
- Web/API/IntersectionObserver/observe The IntersectionObserver method observe() adds an element to the set of target elements being ...
- Web/API/IntersectionObserver/root The IntersectionObserver interface's read-only root property identifies the Element whose bounds ...
- Web/API/IntersectionObserver/rootMargin The IntersectionObserver interface's read-only rootMargin property is a string with syntax ...
- Web/API/IntersectionObserver/takeRecords The IntersectionObserver method takeRecords() returns an array of IntersectionObserverEntry ...
- Web/API/IntersectionObserver/thresholds The IntersectionObserver interface's read-only thresholds property returns the list of ...
- Web/API/IntersectionObserver/unobserve The IntersectionObserver method unobserve() instructs the IntersectionObserver to stop observing ...
- Web/API/IntersectionObserverEntry The IntersectionObserverEntry interface of the Intersection Observer API describes the ...
- Web/API/IntersectionObserverEntry/boundingClientRect The IntersectionObserverEntry interface's read-only boundingClientRect property returns a ...
- Web/API/IntersectionObserverEntry/intersectionRatio The IntersectionObserverEntry interface's read-only intersectionRatio property tells you how ...
- Web/API/IntersectionObserverEntry/intersectionRect The IntersectionObserverEntry interface's read-only intersectionRect property is a ...
- Web/API/IntersectionObserverEntry/isIntersecting The IntersectionObserverEntry interface's read-only isIntersecting property is a Boolean value ...
- Web/API/IntersectionObserverEntry/rootBounds The IntersectionObserverEntry interface's read-only rootBounds property is a DOMRectReadOnly ...
- Web/API/IntersectionObserverEntry/target The IntersectionObserverEntry interface's read-only target property indicates which targeted ...
- Web/API/IntersectionObserverEntry/time The IntersectionObserverEntry interface's read-only time property is a DOMHighResTimeStamp that ...
- Web/API/Intersection_Observer_API The Intersection Observer API provides a way to asynchronously observe changes in the ...
- Web/API/Intersection_Observer_API/Timing_element_visibility In this article, we'll build a mock blog which has a number of ads interspersed among the ...