合理使用App动画能够增加用户的吸引力,今天学习了RecyclerView的动画效果。
RecyclerView中的item动画有以下集中场景:
animateDisappearance-Item消失
animateAppearance-Item出现
animatePersistence-Item移动时,准确的说应该是在显示界面内的移动
animateChange-Item布局改变,需要主动调用notifyItemChanged触发
合理使用App动画能够增加用户的吸引力,今天学习了RecyclerView的动画效果。
RecyclerView中的item动画有以下集中场景:
animateDisappearance-Item消失
animateAppearance-Item出现
animatePersistence-Item移动时,准确的说应该是在显示界面内的移动
animateChange-Item布局改变,需要主动调用notifyItemChanged触发
本文标题:android学习之DefaultItemAnimator
本文链接:https://www.haomeiwen.com/subject/cwmmsttx.html
网友评论