Package 

Class SlideInBottomAnimation

  • All Implemented Interfaces:
    com.chad.library.adapter.base.animation.ItemAnimator

    
    public final class SlideInBottomAnimation
     implements ItemAnimator
                        

    让 item 从底部滑入的动画 An animation to let items slide in from the bottom.(Using a DecelerateInterpolator with 1.3 factor.) Default duration is 400ms.

    • Method Summary

      Modifier and Type Method Description
      Animator animator(View view)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SlideInBottomAnimation

        SlideInBottomAnimation(Long duration)
      • SlideInBottomAnimation

        SlideInBottomAnimation()