| Forward Only | If you simply replace <ClientRouter /> with <style>@view-transition{navigation: auto}</style>, the navigation will only trigger Astro’s forward animation. |
| Back is Back | Take back control: continue using forward and backward animations of transition:animate↗ or style your directional animations with view transition types! |
| Page Order | If your site has a concept of previous and next pages, you can derive the animation direction from the order of your pages. |
| Forced Traversals | If you click through a site, pages pile up in your history. How about automatically replacing forward navigation with history traversals for pages seen before? |
| Same Same! | Special styling for links that lead to the current page |
| Link Types | Set view transition types per link |