AndroidBottomBar / com.skydoves.androidbottombar.animations / BottomMenuAnimation

BottomMenuAnimation

enum class BottomMenuAnimation

BottomMenuAnimation is an enumeration class for animating selected or unselected BottomMenuItemView with an interpolator.

Enum Values

NORMAL

ACCELERATE

BOUNCE

OVERSHOOT

Properties

value

val value: Int

Extension Functions

getInterpolator

returns an interpolator from the BottomMenuAnimation.

fun BottomMenuAnimation.getInterpolator(): Interpolator