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:
parent
62a02bf95a
commit
1210909b4a
@ -264,6 +264,7 @@ Item{
|
||||
Transition{
|
||||
from: "animating"
|
||||
to: "*"
|
||||
enabled: !fastRestoreAnimation.running && !mainItemContainer.inMimicParabolicAnimation
|
||||
|
||||
AnchorAnimation { duration: 1.5*root.durationTime*units.longDuration }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user