Skip to content

Commit

Permalink
docs(API): Add note that scrollend is experimental (#22945)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmth committed Dec 14, 2022
1 parent b11b809 commit 5dc0472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions files/en-us/web/api/document/scrollend_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ browser-compat: api.Document.scrollend_event
---

{{APIRef}}
{{SeeCompatTable}}

The **`scrollend`** event fires when the document view has completed scrolling.
Scrolling is considered completed when the scroll position has no more pending updates and the user has completed their gesture.
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/element/scroll_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ browser-compat: api.Element.scroll_event
---

{{APIRef}}
{{SeeCompatTable}}

The **`scroll`** event fires when an element has been scrolled.
To detect when scrolling has completed, see the {{domxref("Element/scrollend_event", "Element: scrollend event")}}.
Expand Down

0 comments on commit 5dc0472

Please sign in to comment.