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 Window.pagereveal_event 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 Window.pageswap_event event.
Link copied to clipboard
Link copied to clipboard
interface StartViewTransitionOptions
Link copied to clipboard
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
Link copied to clipboard