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)