recyclerview-animators
recyclerview-animators copied to clipboard
setSupportsChangeAnimations(false) is not respected by the animator
If I use the ScaleInAnimator
(this likely applies to all subclasses of BaseItemAnimator
as well), and call setSupportsChangeAnimations(false)
, the change animation is still done.
As a workaround I'm extending ScaleInAnimator
and overriding the animateChange()
method to do nothing.
Same issue for SlideInLeftAnimator