A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/SnapEvent/snapTargetBlock below:

SnapEvent: snapTargetBlock property - Web APIs

SnapEvent: snapTargetBlock property

Limited availability

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The snapTargetBlock read-only property of the SnapEvent interface returns a reference to the element snapped to in the block direction when the event fired.

Specifically:

The property values available on SnapEvent correspond directly to the value of the scroll-snap-type CSS property set on the scroll container. snapTargetBlock only returns an element reference if the snap axis is specified as block (or a physical axis value that equates to block in the current writing mode) or both.

Value

A Node representing the snapped element, or null if scroll snapping only occurs in the inline direction so no element is snapped to in the block direction.

If the snapped element was a pseudo-element, the returned Node will be the owning element of that pseudo-element.

Examples

See the main SnapEvent page for brief examples, and our Using scroll snap events guide for full examples and explanation.

Specifications Browser compatibility See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4