This commit is contained in:
zhuzihcu
2023-03-29 15:43:23 +08:00
parent b70a982586
commit 98f4d970c6
13 changed files with 81 additions and 12 deletions

View File

@ -43,6 +43,12 @@ Button{
to:popup.y
duration: 150
}
NumberAnimation {
property: "opacity"
from:0
to:1
duration: 150
}
}
contentItem: Item{}
function showPopup() {