mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
plasma: fix systemtray applet animation
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
6aa200787a
commit
6aab5c5b7c
1 changed files with 2 additions and 2 deletions
|
@ -121,13 +121,13 @@ MouseArea {
|
|||
Behavior on opacity {
|
||||
NumberAnimation {
|
||||
duration: 150
|
||||
easing: Easing.InOutQuad
|
||||
easing.type: Easing.InOutQuad
|
||||
}
|
||||
}
|
||||
Behavior on y {
|
||||
NumberAnimation {
|
||||
duration: 250
|
||||
easing: Easing.InOutQuad
|
||||
easing.type: Easing.InOutQuad
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue