mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-10-31 00:07:36 +08:00
update
This commit is contained in:
parent
17829bac69
commit
2bd961ee77
@ -65,7 +65,7 @@ Item {
|
|||||||
NumberAnimation {
|
NumberAnimation {
|
||||||
properties: "y"
|
properties: "y"
|
||||||
duration: 167
|
duration: 167
|
||||||
from: d.dy
|
from: d.dy - control.cellHeight
|
||||||
easing.type: Easing.OutCubic
|
easing.type: Easing.OutCubic
|
||||||
}
|
}
|
||||||
NumberAnimation {
|
NumberAnimation {
|
||||||
|
@ -65,7 +65,7 @@ Item {
|
|||||||
NumberAnimation {
|
NumberAnimation {
|
||||||
properties: "y"
|
properties: "y"
|
||||||
duration: 167
|
duration: 167
|
||||||
from: d.dy
|
from: d.dy - control.cellHeight
|
||||||
easing.type: Easing.OutCubic
|
easing.type: Easing.OutCubic
|
||||||
}
|
}
|
||||||
NumberAnimation {
|
NumberAnimation {
|
||||||
|
Loading…
Reference in New Issue
Block a user