PropertyAnimationKey

abstract class PropertyAnimationKey<T>(val property: KMutableProperty0<T>, val targetValue: T, val durationInNs: Long, val startInNs: Long, val easing: Easing)(source)

Constructors

Link copied to clipboard
constructor(property: KMutableProperty0<T>, targetValue: T, durationInNs: Long, startInNs: Long, easing: Easing)

Properties

Link copied to clipboard
Link copied to clipboard

animation cancelled event

Link copied to clipboard

animation completed event

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

end time in nanoseconds of the animation

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val targetValue: T