mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-11 13:18:13 +03:00
fix launcher animation
--update launcher animation to work properly with the new parabolicManager
This commit is contained in:
parent
a0bff8f9f0
commit
afaa7349ea
@ -125,10 +125,8 @@ SequentialAnimation{
|
||||
else
|
||||
icList.directRender=false;
|
||||
|
||||
wrapper.updateIdSendScale(index+2, 1, 0);
|
||||
wrapper.updateIdSendScale(index+1, 1, 0);
|
||||
wrapper.updateIdSendScale(index-1, 1, 0);
|
||||
wrapper.updateIdSendScale(index-2, 1, 0);
|
||||
parabolicManager.clearTasksGreaterThan(index);
|
||||
parabolicManager.clearTasksLowerThan(index);
|
||||
|
||||
root.noTasksInAnimation++;
|
||||
mainItemContainer.setBlockingAnimation(true);
|
||||
|
Loading…
Reference in New Issue
Block a user