-
- All Implemented Interfaces:
-
com.chad.library.adapter.base.animation.ItemAnimator
public final class ScaleInAnimation implements ItemAnimator
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.)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classScaleInAnimation.Companion
-
Constructor Summary
Constructors Constructor Description ScaleInAnimation(Long duration, Float mFrom)ScaleInAnimation(Long duration)ScaleInAnimation()
-