Android Question B4XPages Page Transition

oscarv

Member
Good evening, I'm having a problem generating B4XPages. When I change pages, it generates an unwanted animated transition. My page starts appearing from the top left corner.
I've removed the animation and duration in the Activity, and it still displays that animation.
When I change to a second page, the animation changes and goes from left to right.
Could I have triggered something accidentally?
Thanks in advance for your help.
 

oscarv

Member
There are two possible sources for these animations:
1. The layout animation. Which you wrote you set its duration to 0.
2. B4XPages transition. It can be disabled with:
B4X:
B4XPages.GetManager.TransitionAnimationDuration = 0
Thanks Erel
 
Upvote 0
Top