zhanghai / MaterialProgressBar

Material Design ProgressBar with consistent appearance
Apache License 2.0
2.21k stars 279 forks source link

[Enhancement] Permanently spinning determinate circular progress #71

Closed smelfungus closed 9 months ago

smelfungus commented 6 years ago

Hi there! Thank you for great library. It would be very nice to implement one more determinateCircularProgressStyle with always spinning ring with gap decreasing its size with progress. In current implementation animation just stops when reaching target progress, the idea is to have continuous spinning. Does it violate Material Design principles?

zhanghai commented 6 years ago

Not to say it's a violation, but it is simply not inside the guidelines, and issues remain such as how fast the ring should spin (Can you get a sensible value from the guidelines of another style?). You may need to roll your own implementation in this case, and a PR is welcomed.