1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-07 08:58:17 +03:00

delay zoom animation a bit to make it smoother

This commit is contained in:
Michail Vourlakos 2017-02-09 23:45:23 +02:00
parent 169b2b0345
commit f8e1a21391
2 changed files with 2 additions and 2 deletions

View File

@ -627,7 +627,7 @@ Item {
}
Behavior on zoomScale {
NumberAnimation { duration: container.animationTime }
NumberAnimation { duration: 2 * container.animationTime }
}
function calculateScales( currentMousePosition ){

View File

@ -260,7 +260,7 @@ MouseArea{
}*/
Behavior on mScale {
NumberAnimation { duration: mainItemContainer.animationTime }
NumberAnimation { duration: 2 * mainItemContainer.animationTime }
}