BounceInterpolator
open class BounceInterpolator : Interpolator
kotlin.Any | |
↳ | androidx.core.animation.BounceInterpolator |
An interpolator where the change bounces at the end.
Summary
Public constructors | |
---|---|
<init>() Creates a new instance of |
Public methods | |
---|---|
open Float |
getInterpolation(@FloatRange(0, 1) input: Float) |