This commit is contained in:
zhuzichu 2023-10-17 09:23:23 +08:00
parent 83cd2873c6
commit 0030c44a6c
2 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ Item {
properties: "opacity"
from: 1
to: 0
duration: FluTheme.enableAnimation ? 83 : 0
duration: FluTheme.enableAnimation ? 83 : 1
}
}
add: Transition {
@ -41,7 +41,7 @@ Item {
properties: "opacity"
from: 0
to: 1
duration: FluTheme.enableAnimation ? 83 : 0
duration: FluTheme.enableAnimation ? 83 : 1
}
}
delegate: Item{

View File

@ -33,7 +33,7 @@ Item {
properties: "opacity"
from: 1
to: 0
duration: FluTheme.enableAnimation ? 83 : 0
duration: FluTheme.enableAnimation ? 83 : 1
}
}
add: Transition {
@ -41,7 +41,7 @@ Item {
properties: "opacity"
from: 0
to: 1
duration: FluTheme.enableAnimation ? 83 : 0
duration: FluTheme.enableAnimation ? 83 : 1
}
}
delegate: Item{