notification changed easing so it does not clip
This commit is contained in:
parent
4fd9779941
commit
ee11c40ad3
1 changed files with 2 additions and 1 deletions
|
|
@ -120,7 +120,8 @@ PanelWindow {
|
||||||
Behavior on scale {
|
Behavior on scale {
|
||||||
NumberAnimation {
|
NumberAnimation {
|
||||||
duration: Style.animationSlow
|
duration: Style.animationSlow
|
||||||
easing.type: Easing.OutBack
|
easing.type: Easing.OutExpo
|
||||||
|
//easing.type: Easing.OutBack looks better but notification get clipped on all sides
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue