C cloner7801 Active Member Licensed User Longtime User Jul 11, 2016 #1 Hi, I am using this , but I want to use animation like set alpha animated How can I use this ?
Erel B4X founder Staff member Licensed User Longtime User Jul 12, 2016 #2 You can add these lines to the end of the Show sub: B4X: pg.RootPanel.Alpha = 0 pg.RootPanel.SetAlphaAnimated(1000, 1) It will animate between solid white to the page layout. Upvote 0
You can add these lines to the end of the Show sub: B4X: pg.RootPanel.Alpha = 0 pg.RootPanel.SetAlphaAnimated(1000, 1) It will animate between solid white to the page layout.