polish: animate game title opacity transition on hover/current

This commit is contained in:
Marco Allegretti 2026-03-23 12:02:00 +01:00
parent a74f2a0211
commit fd5c75b03c

View file

@ -111,6 +111,7 @@ Item {
wrapMode: Text.WordWrap
maximumLineCount: 2
opacity: gameCard.isCurrent || hoverHandler.hovered ? 1.0 : 0.85
Behavior on opacity { NumberAnimation { duration: Kirigami.Units.shortDuration } }
}
Rectangle {