Swiping animation

Hey there!
I am useing SwipeAnimation on a Page in Pagecontrol. On Swiped there is a Callback-Function wich raise the number for “ActiveIndex” on Pagecontrol.

It works okay… the problem is, that when I swipe and release my finger, the “Move” trigger release to the start and after that the page changes…What I want is, that when I swipe, the Page moves from that point continously.

Do you have any Ideas? How do you manage custom swipe animations on Pagecontrol?!

Edit: I dont want to use the given Interaction, because my page has tweo Sectors. On one the Swipe Animation should work and on the other Part, there should it not be possible to swipe.

Greetings :slight_smile: