[6.0] Cassiopeia - Add view-transition for pages#45786
Merged
Bodge-IT merged 5 commits intojoomla:6.0-devfrom Aug 6, 2025
Merged
[6.0] Cassiopeia - Add view-transition for pages#45786Bodge-IT merged 5 commits intojoomla:6.0-devfrom
Bodge-IT merged 5 commits intojoomla:6.0-devfrom
Conversation
4 tasks
Contributor
Author
Currently used stylelint is out of date. Since 16.13.0 'navigation' is a known property |
Contributor
|
You can combine the css |
Member
Member
|
I have tested this item ✅ successfully on 3f500df This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45786. |
1 similar comment
Member
|
I have tested this item ✅ successfully on 3f500df This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45786. |
Member
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45786. |
Member
|
The CSS linter (stylelint) is happy now as the composer updates have been merged up from 5.4-dev to 6.0-dev and the branch of this PR has been updated. |
Contributor
|
thanks @hans2103, slick! Thanks to testers for their time @RickR2H & @JeroenMoolenschot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request for no Issue .
Summary of Changes
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
Testing Instructions
npm run build:cssActual result BEFORE applying this Pull Request
Screen.Recording.2025-07-25.at.22.06.45.mov
Expected result AFTER applying this Pull Request
a smooth transition between pages.
Screen.Recording.2025-07-25.at.22.07.39.mov
Link to documentations
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