Related questions
Pause and Resume Lottie Animation
I'm implementing a Lottie animation and the entire animation works great! However, i would like to add a bit of code that will pause the animation after 30 frames which I can then resume after a certain amount of time. Here …
Show and hide a View with a slide up/down animation
I have a LinearLayout that I want to show or hide with an Animation that pushes the layout upwards or downwards whenever I change its visibility.
I've seen a few samples out there but none of them suit my needs.
…