A cool animation you can use in your Compose app!
Installation
Add this repository to your Module settings.gradle
dependencyResolutionManagement { ... repositories { ... maven { url 'https://jitpack.io' } } }
And then add this dependency to your Project build.gradle
dependencies { implementation 'com.github.hadibtf:PulsingCircle:1.0.0' }
Usage
//kotlin PulsingCircle()