ViewportTransition

fun fun interface ViewportTransition

Defines how to transition to another ViewportState.

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

Inheritors

DefaultViewportTransition
Link copied to clipboard