I have this test case:
<Panel>
<LinearNavigation Easing="CircularOut"/>
<SwipeNavigate SwipeDirection="Left"/>
<Panel Background="Red"/>
<Panel Background="Blue"/>
<Panel Background="Green"/>
</Panel>
This is a direct copy/paste from the /Learn section but it doesn’t work.
You actually have to add in the Entering/Exiting animation, which wasn’t the case before. If this is the new standard (which makes sense) then the /Learn needs an update and what’s the Easing property in the Linear navigation for?
Cheers