Skip to content

Commit

Permalink
Update files/en-us/web/api/view_transitions_api/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Vadim Makeev <[email protected]>
  • Loading branch information
chrisdavidmills and pepelsbey authored Jun 21, 2024
1 parent 73cc4b8 commit 299ef89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/view_transitions_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ See [Using the View Transitions API](/en-US/docs/Web/API/View_Transitions_API/Us
- {{domxref("PageSwapEvent")}}
- : The event object for the {{domxref("Window.pageswap_event", "pageswap")}} event. During a cross-document navigation, it allows you to manipulate the related view transition (providing access to the relevant {{domxref("ViewTransition")}} object) from the document being navigated _from_, if a view transition was triggered by the navigation. It also provides access to information on the navigation type and current and destination document history entries.
- The {{domxref("Window")}} {{domxref("Window.pagereveal_event", "pagereveal")}} event
- : Fired when a document is first rendered, either when loading a fresh document from the network or activating a document (either from [bfcache](https://web.dev/articles/bfcache) or [prerender](/en-US/docs/Glossary/Prerender)).
- : Fired when a document is first rendered, either when loading a fresh document from the network or activating a document (either from [back/forward cache](/en-US/docs/Glossary/bfcache) (bfcache) or [prerender](/en-US/docs/Glossary/Prerender)).
- The {{domxref("Window")}} {{domxref("Window.pageswap_event", "pageswap")}} event
- : Fired when a document is about to be unloaded due to a navigation.

Expand Down

0 comments on commit 299ef89

Please sign in to comment.