Android Button onClick Animation Using Jetpack Compose
This is a button onClick animation made with Android Jetpack Compose. It has both a button and icon. When you click on them, the scale value will be changed with a nice animation. I’m using Animatable API to achieve this effect. The Jetpack Compose button onClick function takes two parameters – animation duration and scale … Read more