Android Question Disable animation B4XPage

webhost.company

Active Member
Licensed User
Longtime User
I set animation duration to 0
Also, I remove animation from layout in designer
But any layout that i load in B4XMainPage, Have animation
Can i remove it?
 

webhost.company

Active Member
Licensed User
Longtime User
There are two relevant animations:
- Layout animations - disabled by setting the animation duration to 0 in the designer.
- Pages animations - disabled with:
B4X:
B4XPages.GetManager.TransitionAnimationDuration = 0 'in the Initialize sub of the main page.
I did it but still, i see animation in the start of app
 
Upvote 0

webhost.company

Active Member
Licensed User
Longtime User
Try to reproduce it in a small project and upload it.
I try to produce a new project and run it but it does not show animation but in my project, I see the animation
I attach my screenshot
It seem animate fullscreen layout
 

Attachments

  • photo_2020-11-05_14-55-22.jpg
    photo_2020-11-05_14-55-22.jpg
    35.6 KB · Views: 149
Upvote 0
Top