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:
@ -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 }
|
||||
}
|
||||
|
Reference in New Issue
Block a user