Hi,

I would like to ask if it is possible to change the transition of currentItem.

Here's the scenario:

I created a Listview with few items. I set the interactive into false and snapMode into SnapOneItem, then I created a button to go to the next item by incrementing the currentIndex.
However, the transition when showing/displaying the next item, it slides to the left as if it was flicked to the left.

Is there a way to change the transition? Thanks.