listview anims always run to end

This commit is contained in:
end-4
2025-11-26 22:55:09 +01:00
parent 9ba8723a5d
commit a786f0353e
2 changed files with 12 additions and 6 deletions
@@ -54,6 +54,7 @@ ListView {
Behavior on contentY {
NumberAnimation {
id: scrollAnim
alwaysRunToEnd: true
duration: Appearance.animation.scroll.duration
easing.type: Appearance.animation.scroll.type
easing.bezierCurve: Appearance.animation.scroll.bezierCurve