sidebar: anime: fix loading indicator showing when navigating w/ keys

This commit is contained in:
end-4
2025-10-29 11:04:00 +01:00
parent 7b278aeff7
commit 8b10ec2cfb
5 changed files with 17 additions and 15 deletions
@@ -75,7 +75,7 @@ StyledFlickable {
NumberAnimation {
target: materialShape
properties: "implicitSize"
to: 34
to: 18
easing.type: Easing.BezierSpline
easing.bezierCurve: Appearance.animationCurves.expressiveFastSpatial
}