fabulous-dev / Fabulous

Declarative UI framework for cross-platform mobile & desktop apps, using MVU and F# functional programming
https://fabulous.dev
Apache License 2.0
1.13k stars 122 forks source link

Fix pop anim when removing several pages at once from NavigationPage #976

Closed TimLariviere closed 1 year ago

TimLariviere commented 1 year ago

Today when popping several pages at once in a NavigationPage, Fabulous plays the pop animation for each one of them. Except we would expect to have an animation on the current page and directly see the target page. (no animation played for pages in between).

This PR fixes this