Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setSupportsChangeAnimations(false) is not respected by the animator #159

Open
samarthd opened this issue Aug 18, 2018 · 1 comment
Open

Comments

@samarthd
Copy link

samarthd commented Aug 18, 2018

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.

@yehe01
Copy link

yehe01 commented Nov 14, 2018

Same issue for SlideInLeftAnimator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants