summaryrefslogtreecommitdiff
path: root/components/StyledRect.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/StyledRect.qml')
-rw-r--r--components/StyledRect.qml7
1 files changed, 1 insertions, 6 deletions
diff --git a/components/StyledRect.qml b/components/StyledRect.qml
index c052b2a..f5d5143 100644
--- a/components/StyledRect.qml
+++ b/components/StyledRect.qml
@@ -1,4 +1,3 @@
-import qs.config
import QtQuick
Rectangle {
@@ -7,10 +6,6 @@ Rectangle {
color: "transparent"
Behavior on color {
- ColorAnimation {
- duration: Appearance.anim.durations.normal
- easing.type: Easing.BezierSpline
- easing.bezierCurve: Appearance.anim.curves.standard
- }
+ CAnim {}
}
}