Package com.chad.library.adapter4.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 item 缩放进入的动画 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. SlideInBottomAnimation 让 item 从底部滑入的动画 An animation to let items slide in from the bottom.(Using a DecelerateInterpolator with 1.3 factor.) Default duration is 400ms. SlideInLeftAnimation 让 item 从左侧滑入的动画 An animation to let items slide in from the left.(Using a DecelerateInterpolator with 1.8 factor.) Default duration is 400ms. SlideInRightAnimation 让 item 从右侧滑入的动画 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.