Package com.chad.library.adapter.base.animation
See: Description
-
Class Summary Class Description AlphaInAnimation An animation to fade item in, changing alpha from default 0f to 1.0f at a uniform rate in default 300ms. ScaleInAnimation An animation to scale item in, changing item's scaleX and scaleY from default 0.5f to 1.0f in default 300ms.(Using a DecelerateInterpolator with default factor.) https://github. SlideInBottomAnimation An animation to let items slide in from the bottom.(Using a DecelerateInterpolator with 1.3 factor.) Default duration is 400ms. SlideInLeftAnimation An animation to let items slide in from the left.(Using a DecelerateInterpolator with 1.8 factor.) Default duration is 400ms. SlideInRightAnimation An animation to let items slide in from the right.(Using a DecelerateInterpolator with 1.8 factor.) Default duration is 400ms. -
Interface Summary Interface Description ItemAnimator https://github.