last

@get:JvmName(name = "lastUnitProperty")
val KMutableProperty0<Unit>.last: PropertyAnimationKey<Unit>?(source)

the last queued or active animation group for Unit property, or null if no animations are available


@get:JvmName(name = "lastLinearTypeProperty")
val <T : LinearType<T>> KMutableProperty0<T>.last: PropertyAnimationKey<T>?(source)

the last queued or active animation for LinearType property, or null if no animations are available


@get:JvmName(name = "lastDoubleProperty")
val KMutableProperty0<Double>.last: PropertyAnimationKey<Double>?(source)

the last queued or active animation for Double property, or null if no animations are available