mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-21 10:50:30 +03:00
increase parabolic effect speed
This commit is contained in:
parent
53633290fc
commit
9fdb1b598d
@ -612,7 +612,7 @@ Item{
|
||||
Behavior on zoomScale {
|
||||
enabled: !root.globalDirectRender
|
||||
NumberAnimation {
|
||||
duration: 4 * container.animationTime
|
||||
duration: 3 * container.animationTime
|
||||
easing.type: Easing.OutCubic
|
||||
}
|
||||
}
|
||||
|
@ -120,7 +120,7 @@ Item{
|
||||
Behavior on mScale {
|
||||
enabled: !root.globalDirectRender || inMimicParabolicAnimation
|
||||
NumberAnimation{
|
||||
duration: 4 * mainItemContainer.animationTime
|
||||
duration: 3 * mainItemContainer.animationTime
|
||||
easing.type: Easing.OutCubic
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user