CSS content-visibility
Provides control over when elements are rendered, so rendering can be skipped for elements not yet in the user's viewport.
IntersectionObserver
API that can be used to understand the visibility and position of DOM elements relative to a containing element or to the top-level viewport. The position is delivered asynchronously and is useful for understanding the visibility of elements and implementing pre-loading and deferred loading of DOM content.
contentvisibilityautostatechangeevent api
contentvisibilityautostatechangeevent api: `contentvisibilityautostatechangeevent()` constructor
contentvisibilityautostatechangeevent api: skipped
element api: checkvisibility: `options.contentvisibilityauto` parameter
element api: `contentvisibilityautostatechange` event
css property: content-visibility: auto
css property: content-visibility: hidden
css property: content-visibility: transitionable when setting `transition-behavior: allow-discrete`
css property: content-visibility: `@keyframe` animatable
css property: content-visibility: visible
12 results found.