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.
pull/2/head
Michail Vourlakos 7 years ago
parent 63d90f1b98
commit 6c17065766

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

Loading…
Cancel
Save