Skip to content

Commit

Permalink
2.0.0 - Material Design 3
Browse files Browse the repository at this point in the history
Add loop animation for determinate mode.
  • Loading branch information
HeaTTheatR committed Jan 4, 2024
1 parent a6f8562 commit ff0e3e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kivymd/uix/progressindicator/progressindicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ def on_determinate_complete(self, *args) -> None:
self._angle_end = 0
self._rotation_angle = 360
self._alpha = 0
Clock.schedule_once(self._start_determinate)

def check_determinate(self, *args) -> None:
"""Fired when the class is initialized."""
Expand Down

0 comments on commit ff0e3e0

Please sign in to comment.