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

@ -72,6 +72,12 @@ Rectangle {
to:popup.y
duration: 150
}
NumberAnimation {
property: "opacity"
from:0
to:1
duration: 150
}
}
background: FluCalendarView{
id:container