For dead/static render view transitions between pages can easily be done just with css. You only need:
@view-transition {
navigation: auto;
}
But when using live navigation or for same document transitions we need support in live_view, like I’m proposing in the other thread:






















