notification changed easing so it does not clip

This commit is contained in:
quadbyte 2025-08-11 08:45:22 -04:00
parent 4fd9779941
commit ee11c40ad3

View file

@ -120,7 +120,8 @@ PanelWindow {
Behavior on scale {
NumberAnimation {
duration: Style.animationSlow
easing.type: Easing.OutBack
easing.type: Easing.OutExpo
//easing.type: Easing.OutBack looks better but notification get clipped on all sides
}
}