I added pageControl so i can have the pageIndicators at the bottom of my screen. My problem is that when i added the pageControl it ignored completely the LinearNavigation and SwipeNavigation plus every EnteringAnimation, WhileActive etc i have inside MovieCard class. What am i doing wrong ?
Hello and thanks for the answer! i added Transition="None" to the PageControl as you said. My problem now is that i can’t find out how to add my old transition effects; or what i am doing wrong…
As i show you in the first video without the pageControl my original animation was like this and the left and right cards were still shown but with different opacity. Now if i add the pageControl the result is the second video.
I already have EnteringAnimation and ExitingAnimation to my pages and i found my way with the navigationMotion and SwipeNavigate. My problem now is that as show to the videos above it keeps dissapearing the next and previous cards. Any idea why ?