withAnimator

fun withAnimator(from: Float, to: Float, animator: (Float) -> Unit): Boolean

Range animator. Multiples the range by the current float progress before emission


fun withAnimator(animator: (Float) -> Unit): Boolean

Standard animator. Emits progress value as is