-
- All Implemented Interfaces:
-
com.chad.library.adapter.base.animation.ItemAnimator
public final class ScaleInAnimation implements ItemAnimator
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.com/CymChad/BaseRecyclerViewAdapterHelper
-
-
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()
-