Limited availability
The scrollend
event of the VisualViewport
interface is fired when a scrolling operation on the visual viewport ends. This allows you to update an element when a scrolling action is completed. For example, you could use the resize
and scroll
events to keep an element fixed to the visual viewport as it is pinch-zoomed and scrolled, and update it with new content when scrolling ends using scrollend
.
Use the event name in methods like addEventListener()
, or set an event handler property.
addEventListener("scrollend", (event) => { })
onscrollend = (event) => { }
Event type
A generic Event
.
See the Visual Viewport API landing page for a usage demo.
Specifications Browser compatibilityRetroSearch 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