Cancelable

Interface describing cancelable animation set for high-level functions like flyTo, easeTo etc.

fun fun interface Cancelable

Functions

cancel
Link copied to clipboard

Cancel running animation set.

abstract fun cancel()
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String