Implement cross-document view transitions#8
Merged
osteele merged 2 commits intoNov 14, 2025
Conversation
Implement Astro's View Transitions API to enable smooth page transitions: - Add ViewTransitions component to site layout - Persist header and footer across page navigations - Provides smoother, more app-like navigation experience The header and footer will now stay in place during transitions while page content smoothly cross-fades between routes.
osteele
force-pushed
the
claude/explore-view-transitions-011CUybSrrxhPfshF529neFJ
branch
from
November 14, 2025 12:27
ba5a441 to
c25f20d
Compare
Deploying osteele-com with
|
| Latest commit: |
e9963bb
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://35a2b16c.osteele-com.pages.dev |
| Branch Preview URL: | https://claude-explore-view-transiti.osteele-com.pages.dev |
Add sophisticated view transitions throughout the site: - Page title morphing: Titles smoothly morph between pages for continuity - Category tile morphing: Category cards on software/projects pages morph into their destination page titles when clicked - Product card morphing: Product thumbnails and titles morph from list view into detail page layout, creating iOS-style expand animations These enhancements make navigation feel more fluid and app-like while maintaining visual context as users move between pages.
osteele
deleted the
claude/explore-view-transitions-011CUybSrrxhPfshF529neFJ
branch
November 14, 2025 12:43
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.
Implement Astro's View Transitions API to enable smooth page transitions:
The header and footer will now stay in place during transitions while page content smoothly cross-fades between routes.