fix: seconds bar color anim 800ms→500ms, match colon
This commit is contained in:
parent
d2aacac55c
commit
631e14cdc9
1 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ PanelWindow {
|
|||
Behavior on color {
|
||||
enabled: !M.Theme.reducedMotion
|
||||
ColorAnimation {
|
||||
duration: 800
|
||||
duration: 500
|
||||
}
|
||||
}
|
||||
font.pixelSize: 72
|
||||
|
|
@ -199,7 +199,7 @@ PanelWindow {
|
|||
Behavior on color {
|
||||
enabled: !M.Theme.reducedMotion
|
||||
ColorAnimation {
|
||||
duration: 800
|
||||
duration: 500
|
||||
}
|
||||
}
|
||||
radius: 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue