Cancelable

fun fun interface Cancelable

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

Functions

cancel
Link copied to clipboard
abstract fun cancel()
Cancel running animation set.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String