mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-21 22:50:14 +03:00
reenable a small animationstep in parabolic effect
This commit is contained in:
parent
314cb108e1
commit
8794835f0b
containment/package/contents/ui/applet
plasmoid/package/contents/ui/task
@ -88,8 +88,7 @@ Item {
|
||||
property int spacersMaxSize: Math.max(0,Math.ceil(0.5*root.iconSize) - root.iconMargin)
|
||||
property int status: applet ? applet.status : -1
|
||||
|
||||
//property real animationStep: root.iconSize / 8
|
||||
property real animationStep: 2 //6
|
||||
property real animationStep: Math.min(3, root.iconSize / 8)
|
||||
property real computeWidth: root.isVertical ? wrapper.width :
|
||||
hiddenSpacerLeft.width+wrapper.width+hiddenSpacerRight.width
|
||||
|
||||
|
@ -112,7 +112,7 @@ MouseArea{
|
||||
property int resistanceDelay: 750
|
||||
property int spacersMaxSize: Math.max(0,Math.ceil(0.55*root.iconSize) - root.iconMargin)
|
||||
|
||||
property real animationStep: 1 //root.iconSize / 12
|
||||
property real animationStep: Math.min(3, root.iconSize / 8)
|
||||
|
||||
property string activity: tasksModel.activity
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user