mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 11:17:15 +08:00
update
This commit is contained in:
parent
29012f0b68
commit
35bfb8021f
@ -11,13 +11,6 @@ Popup {
|
|||||||
anchors.centerIn: Overlay.overlay
|
anchors.centerIn: Overlay.overlay
|
||||||
closePolicy: Popup.CloseOnEscape
|
closePolicy: Popup.CloseOnEscape
|
||||||
enter: Transition {
|
enter: Transition {
|
||||||
NumberAnimation {
|
|
||||||
properties: "scale"
|
|
||||||
from:1.2
|
|
||||||
to:1
|
|
||||||
duration: FluTheme.enableAnimation ? 83 : 0
|
|
||||||
easing.type: Easing.OutCubic
|
|
||||||
}
|
|
||||||
NumberAnimation {
|
NumberAnimation {
|
||||||
property: "opacity"
|
property: "opacity"
|
||||||
duration: FluTheme.enableAnimation ? 83 : 0
|
duration: FluTheme.enableAnimation ? 83 : 0
|
||||||
@ -26,13 +19,6 @@ Popup {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
exit:Transition {
|
exit:Transition {
|
||||||
NumberAnimation {
|
|
||||||
properties: "scale"
|
|
||||||
from:1
|
|
||||||
to:1.2
|
|
||||||
duration: FluTheme.enableAnimation ? 83 : 0
|
|
||||||
easing.type: Easing.OutCubic
|
|
||||||
}
|
|
||||||
NumberAnimation {
|
NumberAnimation {
|
||||||
property: "opacity"
|
property: "opacity"
|
||||||
duration: FluTheme.enableAnimation ? 83 : 0
|
duration: FluTheme.enableAnimation ? 83 : 0
|
||||||
|
Loading…
Reference in New Issue
Block a user