Status Update
Comments
il...@google.com <il...@google.com> #2
If you are writing your own Animation
code (i.e., an R.anim.your_animation
), then yes, that is expected - Animation
does not follow any developer options. You should use Animator
or Transition
, which do follow the developer options.
If you're using the default animations included in NavigationUI
, those are being changed over to Animator
in
al...@mercari.com <al...@mercari.com> #3
Ah, yes. I use the default animations from NavigationUI.
I saw that ticket and wasn't sure it's related since there's no mention of it.
Good to know it's a known issue!
Thanks for your response.
I saw that ticket and wasn't sure it's related since there's no mention of it.
Good to know it's a known issue!
Thanks for your response.
Description
Version used: 2.3.0
I am not able to disable my animations for the navigation transitions which result to flaky tests.
All other animations are disabled via Developer options, and android.testOptions.disableAnimations