mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-21 08:19:58 -05:00
sidebar: ai: make loading indicator transition smoother, disable text fade by default
This commit is contained in:
@@ -269,9 +269,13 @@ Rectangle {
|
||||
|
||||
Item {
|
||||
Layout.fillWidth: true
|
||||
implicitHeight: loadingIndicatorLoader.implicitHeight
|
||||
implicitHeight: loadingIndicatorLoader.shown ? loadingIndicatorLoader.implicitHeight : 0
|
||||
implicitWidth: loadingIndicatorLoader.implicitWidth
|
||||
visible: loadingIndicatorLoader.visible
|
||||
visible: implicitHeight > 0
|
||||
|
||||
Behavior on implicitHeight {
|
||||
animation: Appearance.animation.elementMove.numberAnimation.createObject(this)
|
||||
}
|
||||
FadeLoader {
|
||||
id: loadingIndicatorLoader
|
||||
anchors.centerIn: parent
|
||||
|
||||
Reference in New Issue
Block a user