mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Allow users to see through the spinner
This commit is contained in:
parent
b30211f43c
commit
8436b5c498
1 changed files with 9 additions and 0 deletions
|
@ -46,6 +46,15 @@ Item {
|
|||
// height is somewhat arbitrary here... don't set width because width scales w/ height
|
||||
height: parent.height / 16
|
||||
z: 3
|
||||
opacity: hh.hovered ? 0.3 : 1
|
||||
|
||||
Behavior on opacity {
|
||||
NumberAnimation { duration: 100; }
|
||||
}
|
||||
|
||||
HoverHandler {
|
||||
id: hh
|
||||
}
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
|
|
Loading…
Reference in a new issue