Hi guys and gals,
So the title should be self explanatory...
This is a B4XPages project, with immersive mode.
When launching, if its first time, a brief animation is shown and then the MainPage layout is loaded (root.loadLayout". . . . . ")
On this first video, you can see the animation, and at around 3s or 4s, the B4WPages MainPage is created and shown, but no layout is loaded.
No flickering, no flashing, just as it should be.
https://youtube.com/shorts/Zrh67I7ApTA
On this second video, same animation, same everything, and at about 3s or 4s, the B4WPages MainPage is created and shown, and an empty layout is loaded.
You can notice an incomplete animation stating from Top Left.
https://youtube.com/shorts/AdBQp8J9Ki8
ALL ANIMATION DURATION HAVE BEEN SET TO ZERO, IN THE LAYOUT FILE, IN THE B4XPAGES MANAGER AND IN THE ACTIVITY!!!!!
How can I prevent this animation from starting?
I read at StackOverFlow that we can set a flag to disable all transition animation in our app, others talk about creating a resource to cancel pending animations and apply it to both zoom-out and zoom-in animations.... but I cant seem to make that work, or even know if that works at all.
(See first results group on this google search)
So the title should be self explanatory...
This is a B4XPages project, with immersive mode.
When launching, if its first time, a brief animation is shown and then the MainPage layout is loaded (root.loadLayout". . . . . ")
On this first video, you can see the animation, and at around 3s or 4s, the B4WPages MainPage is created and shown, but no layout is loaded.
No flickering, no flashing, just as it should be.
https://youtube.com/shorts/Zrh67I7ApTA
On this second video, same animation, same everything, and at about 3s or 4s, the B4WPages MainPage is created and shown, and an empty layout is loaded.
You can notice an incomplete animation stating from Top Left.
https://youtube.com/shorts/AdBQp8J9Ki8
ALL ANIMATION DURATION HAVE BEEN SET TO ZERO, IN THE LAYOUT FILE, IN THE B4XPAGES MANAGER AND IN THE ACTIVITY!!!!!
How can I prevent this animation from starting?
I read at StackOverFlow that we can set a flag to disable all transition animation in our app, others talk about creating a resource to cancel pending animations and apply it to both zoom-out and zoom-in animations.... but I cant seem to make that work, or even know if that works at all.
(See first results group on this google search)