From 9c03e7de33232cb5f028f52fc0e672be86710697 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Tue, 22 Aug 2017 16:53:17 +0300 Subject: [PATCH] enable missing bouncing animation flag --- .../contents/ui/task/animations/TaskLauncherAnimation.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/plasmoid/package/contents/ui/task/animations/TaskLauncherAnimation.qml b/plasmoid/package/contents/ui/task/animations/TaskLauncherAnimation.qml index d92ba3296..7861055ec 100644 --- a/plasmoid/package/contents/ui/task/animations/TaskLauncherAnimation.qml +++ b/plasmoid/package/contents/ui/task/animations/TaskLauncherAnimation.qml @@ -129,6 +129,7 @@ SequentialAnimation{ parabolicManager.clearTasksLowerThan(index); root.noTasksInAnimation++; + mainItemContainer.inBouncingAnimation = true; mainItemContainer.setBlockingAnimation(true); //trying to fix the ListView nasty behavior