Skip to content

Commit

Permalink
Add domintro
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Nov 23, 2023
1 parent d5ba58f commit 3d13fe9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -93596,6 +93596,15 @@ dictionary <dfn dictionary>PageRevealEventInit</dfn> : <span>EventInit</span> {
<code>ViewTransition</code>? <dfn dict-member for="PageRevealEventInit" data-x="dom-PageRevealEventInit-viewTransition">viewTransition</dfn> = null;
};</code></pre>

<dl class="domintro">
<dt><code data-x=""><var>event</var>.<span subdfn data-x="dom-PageRevealEvent-viewTransition">viewTransition</span></code></dt>
<dd>
<p>For the <code data-x="event-pagereveal">pagereveal</code> event, returns the
<code>ViewTransition</code> object that represents an inbound cross-document view transition, if
such transition is active when the event is fired. Otherwise, returns null.</p>
</dd>
</dl>

<div w-nodev>

<p>The <dfn attribute for="PageRevealEvent"><code
Expand Down

0 comments on commit 3d13fe9

Please sign in to comment.