Package 

Class ScaleInAnimation

  • 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

    • Constructor Detail

      • ScaleInAnimation

        ScaleInAnimation(Long duration, Float mFrom)
      • ScaleInAnimation

        ScaleInAnimation(Long duration)
      • ScaleInAnimation

        ScaleInAnimation()