animate popup size
This commit is contained in:
parent
db13cd7d8f
commit
3003dc1435
1 changed files with 10 additions and 0 deletions
|
|
@ -14,7 +14,17 @@ PopupWindow {
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
|
|
||||||
implicitWidth: background.width
|
implicitWidth: background.width
|
||||||
|
Behavior on implicitWidth {
|
||||||
|
NumberAnimation {
|
||||||
|
duration: 100
|
||||||
|
}
|
||||||
|
}
|
||||||
implicitHeight: background.height
|
implicitHeight: background.height
|
||||||
|
Behavior on implicitHeight {
|
||||||
|
NumberAnimation {
|
||||||
|
duration: 100
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
WrapperRectangle {
|
WrapperRectangle {
|
||||||
id: background
|
id: background
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue