SeslColorAnimatable

class SeslColorAnimatable(initialValue: Int, defaultAnimationSpec: SeslAnimatable.AnimationSpec, val onValueUpdated: (position: Int) -> Unit) : SeslAnimatable<Int> (source)

Constructors

Link copied to clipboard
constructor(initialValue: Int, defaultAnimationSpec: SeslAnimatable.AnimationSpec, onValueUpdated: (position: Int) -> Unit)

Properties

Link copied to clipboard
open override val onValueUpdated: (position: Int) -> Unit

Functions

Link copied to clipboard
open suspend override fun animateTo(targetValue: Int, animationSpec: SeslAnimatable.AnimationSpec)