close
The Wayback Machine - https://web.archive.org/web/20201218151223/https://github.com/android/architecture-samples/issues/742
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

Fragment Navigation should be after Modal Drawer Animation is finished #742

Open
arduia opened this issue Jun 19, 2020 · 0 comments
Open

Fragment Navigation should be after Modal Drawer Animation is finished #742

arduia opened this issue Jun 19, 2020 · 0 comments

Comments

@arduia
Copy link

@arduia arduia commented Jun 19, 2020

When a menu item is selected on the opening Navigation Drawer ( Modal Drawer ), Drawer closure is started with dragging animation to the left. With this, Fragment for selected item is also instantly transacted on the Main-Thread.

That Fragment Transaction disturbs Drawer Closure Animation and gives Bad User Experience.

I want to suggest that the Fragment Navigation should be after Drawer Closure for smooth animation.

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

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.