An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# kooldown [![Status](https://travis-ci.org/faruktoptas/monitto.svg?branch=master)](https://travis-ci.org/faruktoptas/monitto) [ ![Download](https://api.bintray.com/packages/faruktoptas/kooldown/kooldown/images/download.svg) ](https://bintray.com/faruktoptas/kooldown/kooldown/_latestVersion)

Circular progress animation with duration

![!gif](https://user-images.githubusercontent.com/1595227/54090969-4c3b9880-438b-11e9-9697-e7ef9d81dbbe.gif)

## 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)