Android Question XUI Animated features are no longer animated on Android 12

Karl.W

New Member
I just upgraded my phone from Android 11 to 12 and now all the XUI animated functions I used (e.g. SetVisibleAnimated, SetRotationAnimated or SetColorAnimated) are not animated anymore.

This means that instead of a smooth transition, there is a "jump".

Even the small XUIFirstExample from the XUI booklet does not work as described.
 

Karl.W

New Member
Works fine here. Tested with:
B4X:
Private Sub Button1_Click
    Button1.SetLayoutAnimated(1000, 10dip, 10dip, 200dip, 200dip)
End Sub

Maybe your device has some accessibility or developer option which disables animations.
I found the option "disable animation" and now it works fine.
 
Upvote 0
Top