mirror of
https://invent.kde.org/marcoa/a-la-karte.git
synced 2026-03-26 17:03:08 +00:00
polish: animate game title opacity transition on hover/current
This commit is contained in:
parent
a74f2a0211
commit
fd5c75b03c
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue