summaryrefslogtreecommitdiff
path: root/modules/utilities/cards
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-15 21:58:36 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-15 21:58:36 +1000
commitff901d825b4391076fdded9ea504061360a379fc (patch)
tree6816d45d34391c449c79d52f22bc30ce293c06cd /modules/utilities/cards
parentutilities/record: allow pause/resume recording (diff)
downloadcaelestia-shell-ff901d825b4391076fdded9ea504061360a379fc.tar.gz
caelestia-shell-ff901d825b4391076fdded9ea504061360a379fc.tar.bz2
caelestia-shell-ff901d825b4391076fdded9ea504061360a379fc.zip
utilities/record: fix list expand anim
Diffstat (limited to 'modules/utilities/cards')
-rw-r--r--modules/utilities/cards/Record.qml14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/utilities/cards/Record.qml b/modules/utilities/cards/Record.qml
index 963b028..a14ec38 100644
--- a/modules/utilities/cards/Record.qml
+++ b/modules/utilities/cards/Record.qml
@@ -116,6 +116,10 @@ StyledRect {
sourceComponent: running ? recordingControls : recordingList
Behavior on Layout.preferredHeight {
+ id: locHeightAnim
+
+ enabled: false
+
Anim {}
}
@@ -137,7 +141,17 @@ StyledRect {
easing.bezierCurve: Appearance.anim.curves.standardAccel
}
}
+ PropertyAction {
+ target: locHeightAnim
+ property: "enabled"
+ value: true
+ }
PropertyAction {}
+ PropertyAction {
+ target: locHeightAnim
+ property: "enabled"
+ value: false
+ }
ParallelAnimation {
Anim {
target: listOrControls