Package-level declarations

Types

Link copied to clipboard
open class PageRevealEvent(val type: EventType<PageRevealEvent>, init: PageRevealEventInit = definedExternally) : Event

The PageRevealEvent event object is made available inside handler functions for the pagereveal event.

Link copied to clipboard
Link copied to clipboard
open class PageSwapEvent(val type: EventType<PageSwapEvent>, init: PageSwapEventInit = definedExternally) : Event

The PageSwapEvent event object is made available inside handler functions for the pageswap event.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class ViewTransition

The ViewTransition interface of the View Transition API represents an active view transition, and provides functionality to react to the transition reaching different states (e.g., ready to run the animation, or animation finished) or skip the transition altogether.

Link copied to clipboard

The ViewTransitionTypeSet interface of the View Transition API is a set-like object representing the types of an active view transition. This enables the types to be queried or modified on-the-fly during a transition.

Link copied to clipboard

Properties