feat: better launcher and osd animations

Slide not clip
This commit is contained in:
2 * r + 2 * t 2025-05-06 18:58:51 +10:00
parent bdd37012bb
commit 9d9042e029
4 changed files with 2 additions and 4 deletions

View file

@ -17,7 +17,7 @@ Item {
implicitWidth: listWrapper.width + padding * 2
implicitHeight: search.height + listWrapper.height + padding * 2 + spacing
anchors.bottom: parent.bottom
anchors.top: parent.top
anchors.horizontalCenter: parent.horizontalCenter
StyledRect {

View file

@ -10,7 +10,6 @@ Item {
visible: height > 0
height: 0
clip: true
states: State {
name: "visible"

View file

@ -12,7 +12,7 @@ Column {
padding: Appearance.padding.large
anchors.verticalCenter: parent.verticalCenter
anchors.right: parent.right
anchors.left: parent.left
spacing: Appearance.spacing.normal

View file

@ -10,7 +10,6 @@ Item {
visible: width > 0
width: 0
clip: true
states: State {
name: "visible"