hasAnimations

Queries if animations are cued.

Return

true iff animations are cued.


@get:JvmName(name = "hasAnimationsUnitProperty")
val KMutableProperty0<Unit>.hasAnimations: Boolean(source)

check if Unit property has queued or active animation groups


@get:JvmName(name = "hasAnimationsDoubleProperty")
val KMutableProperty0<Double>.hasAnimations: Boolean(source)

check if Double property has queued or active animation groups


@get:JvmName(name = "hasAnimationsLinearTypeProperty")
val <T : LinearType<T>> KMutableProperty0<T>.hasAnimations: Boolean(source)

check if LinearType property has queued or active animation groups