Jetpack Compose Circle Loading Animation with Gradient Effect
This is a Jetpack Compose circle loading animation with gradient colors. It is similar to the spinner we see on Instagram. You can download the source code for free below. The gradient colors are applied with Brush composable. The animation is set on the rotation degree. The initial and final values are 0f and 360f. … Read more