-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document view transitions #158
Conversation
Introduced in hotwired/turbo#935 and hotwired/turbo#1007
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks for doing this. I wonder if it would be helpful to add this to the attributes reference too: https://github.com/hotwired/turbo-site/blob/main/_source/reference/attributes.md
Co-authored-by: Dom Christie <[email protected]>
Good point, added in 86b5423 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One final thing: I think we could add <meta name="view-transition" content="same-origin" />
to the meta tags reference. (Sorry to nit-pick!)
Co-authored-by: Dom Christie <[email protected]>
Co-authored-by: Kevin McConnell <[email protected]>
Introduced in hotwired/turbo#935 and hotwired/turbo#1007
//cc @domchristie