summaryrefslogtreecommitdiff
path: root/modules/background
diff options
context:
space:
mode:
Diffstat (limited to 'modules/background')
-rw-r--r--modules/background/Wallpaper.qml5
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/background/Wallpaper.qml b/modules/background/Wallpaper.qml
index a427d4f..a4d99ee 100644
--- a/modules/background/Wallpaper.qml
+++ b/modules/background/Wallpaper.qml
@@ -134,12 +134,9 @@ Item {
}
transitions: Transition {
- NumberAnimation {
+ Anim {
target: img
properties: "opacity,scale"
- duration: Appearance.anim.durations.normal
- easing.type: Easing.BezierSpline
- easing.bezierCurve: Appearance.anim.curves.standard
}
}
}