Android Question Problem with SetLayoutAnimated!

WebQuest

Active Member
Licensed User
Hi community, I am trying to create a panel animation but without success. It seems that the duration does not work. I have set different durations but the result shows the panel instantly.
What's wrong with this thing?

B4X:
Panel1.SetVisibleAnimated(2500,True)
    Panel1.SetLayoutAnimated(2500,Panel1.Left,0,Panel1.Width,Panel1.Height)
 

WebQuest

Active Member
Licensed User
Hi Erel I created the external project and the setLayoutAnimation doesn't work. I am now using the Animation library.
 
Upvote 0
Top