DefaultViewportTransitionOptions

class DefaultViewportTransitionOptions

Configuration options that impact the DefaultViewportTransition.

Types

Builder
Link copied to clipboard
class Builder

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one.

hashCode
Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

toBuilder
Link copied to clipboard
fun toBuilder(): DefaultViewportTransitionOptions.Builder

Returns a builder that created the DefaultViewportTransitionOptions

toString
Link copied to clipboard
open override fun toString(): String

Returns a String for the object.

Properties

maxDurationMs
Link copied to clipboard
val maxDurationMs: Long

The maximum duration of the transitions in milliseconds.