AndroidBottomBar / com.skydoves.androidbottombar.animations / BadgeAnimationInterpolator

BadgeAnimationInterpolator

enum class BadgeAnimationInterpolator

BadgeAnimationInterpolator is an enumeration class for animating BadgeAnimation with an interpolator.

Enum Values

NORMAL

ACCELERATE

BOUNCE

OVERSHOOT

Properties

value

val value: Int

Extension Functions

getInterpolator

returns an interpolator from the BadgeAnimationInterpolator.

fun BadgeAnimationInterpolator.getInterpolator(): Interpolator