https://github.com/faruktoptas/kooldown
Circular progress animation with duration
https://github.com/faruktoptas/kooldown
android-library android-ui kotlin-library
Last synced: 4 months ago
JSON representation
Circular progress animation with duration
- Host: GitHub
- URL: https://github.com/faruktoptas/kooldown
- Owner: faruktoptas
- License: apache-2.0
- Created: 2018-11-28T21:47:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-10T10:48:52.000Z (over 5 years ago)
- Last Synced: 2025-04-10T10:58:54.678Z (6 months ago)
- Topics: android-library, android-ui, kotlin-library
- Language: Kotlin
- Size: 162 KB
- Stars: 17
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kooldown [](https://travis-ci.org/faruktoptas/monitto) [  ](https://bintray.com/faruktoptas/kooldown/kooldown/_latestVersion)
Circular progress animation with duration

## Download
```implementation 'me.toptas.kooldown:kooldown:0.1'```## Usage
```xml```
## Parameters
* `kd_duration`: Duration to complete animation
* `kd_activeColor`: Active color of circle
* `kd_inactiveColor`: Inactive color of circle
* `kd_strokeWidth`: Stroke width of circle
* `kd_startAngle`: Start point of animation (Does not effect duration or speed)
* `kd_progress`: Max angle of animation. Default value is 360 for a complete circle
* `kd_autoStart`: Automatically starts animation
## License
[Apache License 2.0](https://github.com/faruktoptas/kooldown/blob/master/LICENSE)