This commit is contained in:
zhuzichu 2023-10-09 10:22:01 +08:00
parent 17829bac69
commit 2bd961ee77
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ Item {
NumberAnimation {
properties: "y"
duration: 167
from: d.dy
from: d.dy - control.cellHeight
easing.type: Easing.OutCubic
}
NumberAnimation {

View File

@ -65,7 +65,7 @@ Item {
NumberAnimation {
properties: "y"
duration: 167
from: d.dy
from: d.dy - control.cellHeight
easing.type: Easing.OutCubic
}
NumberAnimation {