Hi all,
I want to open another page with transition effect from right to left, so i follow erel code in this post;
The transition work fine, when i change parent color to green it shows correctly
I don't know if this is bug or not, but when i try to change root parent color with transparent it doesn't work as expected. only white color shown rather than transparent
Any idea how to solve this ?
Thank you
I want to open another page with transition effect from right to left, so i follow erel code in this post;
Custom transitions between B4XPages
I use this code to create an animation transition (left/right or right/left) between activities: https://www.b4x.com/android/forum/threads/custom-transitions-between-activities.15065/#content Is possible to make this with B4XPages? If yes, how? Thanks in advance for any tip.
www.b4x.com
The transition work fine, when i change parent color to green it shows correctly
B4X:
Root.Parent.Color = xui.Color_Green
I don't know if this is bug or not, but when i try to change root parent color with transparent it doesn't work as expected. only white color shown rather than transparent
B4X:
Root.Parent.Color = xui.Color_Transparent
Any idea how to solve this ?
Thank you