DefaultViewportTransition

interface DefaultViewportTransition : ViewportTransition

The default ViewportTransition that transitions viewport to the target ViewportState.

Use ViewportPlugin.makeDefaultViewportTransition to create instances of DefaultViewportTransition.

Note: Users are responsible to create the viewport transitions and keep a reference to these transitions for future operations.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
run
Link copied to clipboard
abstract fun run(to: ViewportState, completionListener: CompletionListener): Cancelable
Run the ViewportTransition from current viewport to the target ViewportState.
toString
Link copied to clipboard
open fun toString(): String

Properties

options
Link copied to clipboard
abstract var options: DefaultViewportTransitionOptions
Describes the configuration options for the DefaultViewportTransition.