-
Notifications
You must be signed in to change notification settings - Fork 49
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
Not possible to customize animation for replace_root #285
Comments
I spend hours figuring out where this white flash is coming from...
And fill them with basically nothing: <?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Empty to disable animation -->
<!--
The default animation would trigger a blink / flash effect on the Appbar.
Therefore, we disable the animation here.
-->
</set> |
@leonvogt Are you using custom compilation of Turbo in your project? Those files look like ones in Turbo Android source code. |
You are correct; those are the default Android animations that are being overridden by this. |
Resolved in #304 |
When animation is customized via
getNavigationOptions
it is ignored when"presentation": "replace_root"
is used. This makes issues like #181 unsolvable. If you have toolbar (either native or in html) and use"replace_root"
to navigate between tabs there will be always a white flash.The text was updated successfully, but these errors were encountered: