resize workspace icons
This commit is contained in:
parent
6653588589
commit
b84b29ed7f
2 changed files with 4 additions and 4 deletions
|
|
@ -35,7 +35,7 @@ Item {
|
|||
reversible: true
|
||||
ColorAnimation {
|
||||
properties: "color"
|
||||
duration: 300
|
||||
duration: 200
|
||||
easing.type: Easing.InOutCubic
|
||||
}
|
||||
}
|
||||
|
|
@ -66,11 +66,11 @@ Item {
|
|||
reversible: true
|
||||
ParallelAnimation {
|
||||
RotationAnimation {
|
||||
duration: 300
|
||||
duration: 200
|
||||
easing.type: Easing.InOutCubic
|
||||
}
|
||||
ColorAnimation {
|
||||
duration: 300
|
||||
duration: 200
|
||||
easing.type: Easing.OutCubic
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue