How to Stop Animation on Android

Asked 2 years ago, Updated 2 years ago, 29 views

I'm trying to stop animation on Android, but even if I use the .cancel() method, it doesn't work for animation. How do you stop it?

android

2022-09-22 21:59

1 Answers

Call clearAnimation().


2022-09-22 21:59

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.