import qs.custom import QtQuick ListView { id: root maximumFlickVelocity: 3000 rebound: Transition { Anim { properties: "x,y" } } }