AndroidBottomBar / com.skydoves.androidbottombar.animations

Package com.skydoves.androidbottombar.animations

Types

BadgeAnimation

BadgeAnimation is an enumeration class for appearing badge with animations.

enum class BadgeAnimation

BadgeAnimationInterpolator

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

enum class BadgeAnimationInterpolator

BottomMenuAnimation

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

enum class BottomMenuAnimation

Functions

getInterpolator

returns an interpolator from the BadgeAnimationInterpolator.

fun BadgeAnimationInterpolator.getInterpolator(): Interpolator

returns an interpolator from the BottomMenuAnimation.

fun BottomMenuAnimation.getInterpolator(): Interpolator