summaryrefslogtreecommitdiff
path: root/components/controls/StyledScrollBar.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/controls/StyledScrollBar.qml')
-rw-r--r--components/controls/StyledScrollBar.qml6
1 files changed, 1 insertions, 5 deletions
diff --git a/components/controls/StyledScrollBar.qml b/components/controls/StyledScrollBar.qml
index 61ddc6d..69a01f3 100644
--- a/components/controls/StyledScrollBar.qml
+++ b/components/controls/StyledScrollBar.qml
@@ -14,11 +14,7 @@ ScrollBar {
color: Colours.palette.m3secondary
Behavior on opacity {
- NumberAnimation {
- duration: Appearance.anim.durations.normal
- easing.type: Easing.BezierSpline
- easing.bezierCurve: Appearance.anim.curves.standard
- }
+ Anim {}
}
}