Description of the need
Now that view-transition is widely supported in Chrome-based and Firefox-based browsers, I think it would be nice to include a basic setting in Seven and Basis to provide smoother page-to-page transitions.
See
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/::view-transition and https://css-tricks.com/almanac/rules/v/view-transition/
Proposed solution
@view-transition {
navigation: auto;
}
This will provide basic transition between pages. More configuration is possible to to specify how different sections transition, but this alone does a pretty good job.
Description of the need
Now that
view-transitionis widely supported in Chrome-based and Firefox-based browsers, I think it would be nice to include a basic setting in Seven and Basis to provide smoother page-to-page transitions.See
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/::view-transition and https://css-tricks.com/almanac/rules/v/view-transition/
Proposed solution
This will provide basic transition between pages. More configuration is possible to to specify how different sections transition, but this alone does a pretty good job.