Android Question SetLayoutAnimated & SetVisibleAnimated Not working

Devv

Active Member
Licensed User
Longtime User
SetLayoutAnimated
SetVisibleAnimated

are not working for me
i tried this

B4X:
live.SetLayoutAnimated(2000,100%x,91%y,100%x,8%y)

it must move my picture slowly to the end of the screen within 2 seconds, it is being hidden instantly without any animation.

i'm using the latest b4a 5.20 and android 4.3

any ideas ?
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
Where did you call the method? In a button click event? in activity create?
 
Upvote 0

Devv

Active Member
Licensed User
Longtime User
Thank you for replay guys, the problem is that i disabled the animations from the developer option the android settings.
today i remembered that, when i made it as the default 1x, every thing worked right in b4a.
 
Upvote 0
Top