Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android - Horizontally (right-to-left) circular background color transition

I want to know how can I implement this animation?

Small image frame and text movement is independent from the animation. It's just like simple pager action with some scale and alpha transformation. Only problem is the color change of background like this.

I'm open to both XML and Jetpack Compose way solutions. Please..

enter image description here

like image 513
Ayxan Vəliyev Avatar asked Sep 16 '25 04:09

Ayxan Vəliyev


1 Answers

The solution

After lots of hours searching, I've found the perfect one;

https://github.com/2307vivek/BubblePager

like image 63
Ayxan Vəliyev Avatar answered Sep 17 '25 18:09

Ayxan Vəliyev