Bug? SetLayoutAnimated doesn't work

Mike1970

Well-Known Member
Licensed User
Longtime User
hi, i'm trying to animate a bit my UI but i noticed that the "SetLayoutAnimated" feature doensn't work, nothing is animated at all, the only behavior is: invisible, and then after the specified time visible in the position i wanted to be. Without any animation.

B4X:
pnlHomeContent.Left = -pnlHomeContent.Width
pnlHomeContent.SetLayoutAnimated(1000, 0, 0, pnlHomeContent.Top, pnlHomeContent.Width, pnlHomeContent.Height)
 
Top