mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
ControlCenter: Fix laggy opening due to spinning disc
This commit is contained in:
@@ -62,7 +62,6 @@ NBox {
|
|||||||
border.width: 1
|
border.width: 1
|
||||||
radius: Style.radiusM
|
radius: Style.radiusM
|
||||||
}
|
}
|
||||||
//}
|
|
||||||
|
|
||||||
// Background visualizer on top of the artwork
|
// Background visualizer on top of the artwork
|
||||||
Loader {
|
Loader {
|
||||||
@@ -248,7 +247,7 @@ NBox {
|
|||||||
duration: index * 600
|
duration: index * 600
|
||||||
}
|
}
|
||||||
NumberAnimation {
|
NumberAnimation {
|
||||||
from: 0.5
|
from: 0.6
|
||||||
to: 1.2
|
to: 1.2
|
||||||
duration: 2000
|
duration: 2000
|
||||||
easing.type: Easing.OutQuad
|
easing.type: Easing.OutQuad
|
||||||
@@ -263,14 +262,6 @@ NBox {
|
|||||||
icon: "disc"
|
icon: "disc"
|
||||||
pointSize: Style.fontSizeXXXL * 3
|
pointSize: Style.fontSizeXXXL * 3
|
||||||
color: Color.mOnSurfaceVariant
|
color: Color.mOnSurfaceVariant
|
||||||
|
|
||||||
RotationAnimator on rotation {
|
|
||||||
from: 0
|
|
||||||
to: 360
|
|
||||||
duration: 8000
|
|
||||||
loops: Animation.Infinite
|
|
||||||
running: true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user