[BUG] Cannot set stack animation to none.
See original GitHub issueWhen setting stackAnimation
to none
, it still uses fade
.
Android version: MIUI 11 based on Android X.
BTW, how can I use the same transition animation across different platforms? For example, use slide from right
in Android?
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
CSS Animation and Display None - Stack Overflow
There are a few answers already, but here is my solution: I use opacity: 0 and visibility: hidden . To make sure that...
Read more >Controlling the animation stack - a free Hacking with iOS
At this point, I want to put together two things that you already understand individually, but together might hurt your head a little....
Read more >Animation Techniques for Adding and Removing Items From a ...
First, we're using margin-top to create vertical space between the elements in the stack. There's no margin on the bottom so that the...
Read more >Stack Navigator | React Navigation
Stack Navigator provides a way for your app to transition between screens ... If you set it to false , the screen won't...
Read more >Animation transitions - Unity - Manual
For example, your character might have a “patrolling” state and a “sleeping” state. You could set the transition between patrolling and sleeping to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Im Buged!!
@Administaror please submit a repo with a minimal configuration that shows the issue so I can confirm there is a bug.