chore(progress_bar): cycle duration to 1.5s
This commit is contained in:
parent
1896cb01d9
commit
10a37524c5
2 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ where
|
||||||
size: 40.0,
|
size: 40.0,
|
||||||
bar_height: 4.0,
|
bar_height: 4.0,
|
||||||
style: <Theme as StyleSheet>::Style::default(),
|
style: <Theme as StyleSheet>::Style::default(),
|
||||||
cycle_duration: Duration::from_millis(600),
|
cycle_duration: Duration::from_millis(1500),
|
||||||
rotation_duration: Duration::from_secs(2),
|
rotation_duration: Duration::from_secs(2),
|
||||||
progress: None,
|
progress: None,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ where
|
||||||
width: Length::Fixed(100.0),
|
width: Length::Fixed(100.0),
|
||||||
girth: Length::Fixed(4.0),
|
girth: Length::Fixed(4.0),
|
||||||
style: Theme::Style::default(),
|
style: Theme::Style::default(),
|
||||||
cycle_duration: Duration::from_millis(600),
|
cycle_duration: Duration::from_millis(1500),
|
||||||
progress: None,
|
progress: None,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue