summaryrefslogtreecommitdiff
path: root/modules/launcher
diff options
context:
space:
mode:
Diffstat (limited to 'modules/launcher')
-rw-r--r--modules/launcher/AppList.qml6
-rw-r--r--modules/launcher/items/WallpaperItem.qml6
2 files changed, 0 insertions, 12 deletions
diff --git a/modules/launcher/AppList.qml b/modules/launcher/AppList.qml
index bbd58e8..f5c3846 100644
--- a/modules/launcher/AppList.qml
+++ b/modules/launcher/AppList.qml
@@ -240,10 +240,4 @@ StyledListView {
list: root
}
}
-
- component Anim: NumberAnimation {
- duration: Appearance.anim.durations.normal
- easing.type: Easing.BezierSpline
- easing.bezierCurve: Appearance.anim.curves.standard
- }
}
diff --git a/modules/launcher/items/WallpaperItem.qml b/modules/launcher/items/WallpaperItem.qml
index 103bc38..5a4cc67 100644
--- a/modules/launcher/items/WallpaperItem.qml
+++ b/modules/launcher/items/WallpaperItem.qml
@@ -86,10 +86,4 @@ StyledRect {
Behavior on opacity {
Anim {}
}
-
- component Anim: NumberAnimation {
- duration: Appearance.anim.durations.normal
- easing.type: Easing.BezierSpline
- easing.bezierCurve: Appearance.anim.curves.standard
- }
}