1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-27 14:50:21 +03:00

fix bouncing anchoring for rare cases

-- when a task that wasnt launcher was inAttention
state and was bouncing and the user was clicking it,
the animation wasnt that clear at its middle, there
was a small breakage.
This commit is contained in:
Michail Vourlakos 2018-01-08 21:59:33 +02:00
parent 62a02bf95a
commit 1210909b4a

View File

@ -264,6 +264,7 @@ Item{
Transition{
from: "animating"
to: "*"
enabled: !fastRestoreAnimation.running && !mainItemContainer.inMimicParabolicAnimation
AnchorAnimation { duration: 1.5*root.durationTime*units.longDuration }
}