Scroll to ActiveIndex in LinearNavigation without animation

Hello! I have a LinearNavigation and I change the ActiveIndex via Observable, but when changing the Observable, LinearNavigation scrolls to the corresponding index via animation. How can I scroll to the index without an animation? Is there another way than using an Observable for the GotoDuration?

Solution was to use GotoDuration=“0” for the NavigationMotion.