The viewTransition read-only property of the PageRevealEvent interface contains a ViewTransition object representing the active view transition for the cross-document navigation.
Note: The active view transition can also be accessed via the Document.activeViewTransition property.
A ViewTransition object, or null if no view transition is active when the event is fired.
See the main PageRevealEvent page.