MuhammadUsamaSiddiqui/circular_countdown_timer

strokeCap = StrokeCap.round does not reverse when isReverseAnimation = true.

rasm211d opened this issue · 1 comments

StrokeCap

It looks correct on the picture but remember that it is going counter clockwise since I set isReverseAnimation = true. The white part is therefore growing, when the timer is reaching 0, which makes the StrokeCap look inwards.

I think it's absolutely fine. isReverseAnimation = true decreases the fillColor when the time passes. It doesn't mean that fillColor starts filling from left and ends on right when the time passes.