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

@ -65,6 +65,14 @@ Rectangle {
width: container.width
modal: true
dim:false
enter: Transition {
NumberAnimation {
property: "y"
from:0
to:popup.y
duration: 150
}
}
background: FluCalendarView{
id:container
onDateClicked: