diff --git a/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml b/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml index 6bebd6667..4910c0d49 100644 --- a/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml +++ b/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml @@ -110,14 +110,7 @@ ComboBox { property: "opacity" from: 0 to: 1 - duration: 200 - easing.type: Easing.OutCubic - } - NumberAnimation { - property: "height" - from: 0 - to: popup.height - duration: 200 + duration: 150 easing.type: Easing.OutCubic } } @@ -127,14 +120,7 @@ ComboBox { property: "opacity" from: 1 to: 0 - duration: 150 - easing.type: Easing.InCubic - } - NumberAnimation { - property: "height" - from: popup.height - to: 0 - duration: 150 + duration: 100 easing.type: Easing.InCubic } }