controlcenter: increased animation on fade-in (wallpaper and applications)

This commit is contained in:
ATMDA 2025-11-15 19:26:14 -05:00
parent 7db0348ff9
commit 5be8d68ae7
2 changed files with 23 additions and 23 deletions

View file

@ -1951,7 +1951,7 @@ RowLayout {
Behavior on opacity {
NumberAnimation {
duration: 150
duration: 1000
easing.type: Easing.OutQuad
}
}
@ -1972,7 +1972,7 @@ RowLayout {
Behavior on opacity {
NumberAnimation {
duration: 150
duration: 1000
easing.type: Easing.OutQuad
}
}
@ -2049,7 +2049,7 @@ RowLayout {
Behavior on opacity {
NumberAnimation {
duration: 200
duration: 1000
easing.type: Easing.OutCubic
}
}
@ -2085,7 +2085,7 @@ RowLayout {
Behavior on opacity {
NumberAnimation {
duration: 200
duration: 1000
easing.type: Easing.OutCubic
}
}

View file

@ -324,7 +324,7 @@ RowLayout {
Behavior on opacity {
NumberAnimation {
duration: 200
duration: 1000
easing.type: Easing.OutCubic
}
}