chore(progress_bar): cycle duration to 1.5s

This commit is contained in:
Ashley Wulber 2026-04-07 10:43:54 -04:00
parent 1896cb01d9
commit 10a37524c5
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ where
size: 40.0,
bar_height: 4.0,
style: <Theme as StyleSheet>::Style::default(),
cycle_duration: Duration::from_millis(600),
cycle_duration: Duration::from_millis(1500),
rotation_duration: Duration::from_secs(2),
progress: None,
}

View file

@ -36,7 +36,7 @@ where
width: Length::Fixed(100.0),
girth: Length::Fixed(4.0),
style: Theme::Style::default(),
cycle_duration: Duration::from_millis(600),
cycle_duration: Duration::from_millis(1500),
progress: None,
}
}