From ca65e2c4f0cdbce746aa6831fe3d60787ecf0383 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Wed, 24 May 2017 00:58:57 +0300 Subject: [PATCH] delay a lot more the fastrestoreanimation --this looks a lot better when a task is in attention and the user uses its mouse to access that task --- .../contents/ui/task/animations/TaskFastRestoreAnimation.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasmoid/package/contents/ui/task/animations/TaskFastRestoreAnimation.qml b/plasmoid/package/contents/ui/task/animations/TaskFastRestoreAnimation.qml index 0d775c3d6..b71bfe46a 100644 --- a/plasmoid/package/contents/ui/task/animations/TaskFastRestoreAnimation.qml +++ b/plasmoid/package/contents/ui/task/animations/TaskFastRestoreAnimation.qml @@ -26,7 +26,7 @@ import org.kde.plasma.plasmoid 2.0 ParallelAnimation{ id: fastRestoreAnimation - property int speed: mainItemContainer.animationTime + property int speed: 9*mainItemContainer.animationTime PropertyAnimation { target: wrapper