lock/media: anim image status

This commit is contained in:
2 * r + 2 * t 2025-08-11 13:47:16 +10:00
parent 90f62b3a5b
commit ee724ffb0f

View file

@ -31,6 +31,14 @@ Item {
fragmentShader: `file://${Quickshell.shellDir}/assets/shaders/opacitymask.frag.qsb`
}
opacity: status === Image.Ready ? 1 : 0
Behavior on opacity {
Anim {
duration: Appearance.anim.durations.extraLarge
}
}
}
Rectangle {