This commit is contained in:
zhuzihcu
2023-03-28 18:14:14 +08:00
parent 6a2a93561a
commit b70a982586
8 changed files with 53 additions and 2 deletions

View File

@ -36,6 +36,14 @@ Button{
background: FluColorView{
id:container
}
enter: Transition {
NumberAnimation {
property: "y"
from:0
to:popup.y
duration: 150
}
}
contentItem: Item{}
function showPopup() {
var pos = control.mapToItem(null, 0, 0)