controlcenter: launcher pane now fades in applications

This commit is contained in:
ATMDA 2025-11-15 19:15:34 -05:00
parent fc2640c1ef
commit b5a31fbc59

View file

@ -320,6 +320,19 @@ RowLayout {
color: isSelected ? Colours.layer(Colours.palette.m3surfaceContainer, 2) : "transparent"
radius: Appearance.rounding.normal
opacity: 0
Behavior on opacity {
NumberAnimation {
duration: 200
easing.type: Easing.OutCubic
}
}
Component.onCompleted: {
opacity = 1;
}
StateLayer {
function onClicked(): void {
root.selectedApp = modelData;