1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-08-15 21:49:28 +03:00

animate properly margins of spacers

--this change fixes the glitch when a task
is going from in Attention bouncing to its exact
position relative to the parabolic effect
This commit is contained in:
Michail Vourlakos
2017-10-28 01:02:11 +03:00
parent 6ad899de9f
commit 569fd5d702

View File

@ -365,7 +365,7 @@ MouseArea{
NumberAnimation { duration: root.directRenderAnimationTime }
}
Behavior on separatorSpace {
Behavior on nHiddenSize {
enabled: wrapper.opacity > 0
NumberAnimation { duration: 3 * mainItemContainer.animationTime }
}
@ -451,7 +451,7 @@ MouseArea{
NumberAnimation { duration: root.directRenderAnimationTime }
}
Behavior on separatorSpace {
Behavior on nHiddenSize {
enabled: wrapper.opacity > 0
NumberAnimation { duration: 3 * mainItemContainer.animationTime }
}