User tests: Successful: Unsuccessful:
Pull Request for no Issue .
Adding @view-transition for smoother navigation between pages.
@view-transition provides a mechanism for easily creating animated transitions between different DOM states, while also updating the DOM contents in a single step. This API is specific to cross-document transitions.
source: https://caniuse.com/?search=%40view-transition
example by Adam Argyle https://nerdy.dev/6-css-snippets-every-front-end-developer-should-know-in-2025#view-transitions-for-page-navigation
not supported by Firefox yet.
no reason not to merge this.. transition between pages on Firefox will not benefit this feature and stay as is right now
npm run build:css
a smooth transition between pages.
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Repository NPM Change |
You can combine the css
@media screen and (prefers-reduced-motion: no-preference) {
@view-transition {
navigation: auto;
}
}
Labels |
Added:
NPM Resource Changed
PR-6.0-dev
|
I have tested this item ✅ successfully on 3f500df
I have tested this item ✅ successfully on 3f500df
Status | Pending | ⇒ | Ready to Commit |
RTC
Implementation is open for discussion and up to the Release managers
Currently used stylelint is out of date. Since 16.13.0 'navigation' is a known property