Skip to content
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

Add View Transitions API (SPA and MPA) (positive) #822

Merged
merged 1 commit into from
Jun 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,19 @@
"title": "CSS Typed OM",
"url": "https://drafts.css-houdini.org/css-typed-om-1"
},
{
"ciuName": "view-transitions",
"description": "The View Transitions API allows developers to create animated visual transitions representing changes in the document state.",
"id": "view-transitions",
"mdnUrl": "https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API",
"mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1823896",
"mozPosition": "positive",
"mozPositionDetail": "View Transitions allows developers to create animated transitions between states within one document as well as transitions when navigating across documents. The latter is a new capability for the web. We think the API design should be consistent between these cases where possible. As of mid-2023, the specification and implementation experience for this feature for same-document transitions is further along than for cross-document transitions.",
"mozPositionIssue": 677,
"org": "W3C",
"title": "CSS View Transitions Module Level 1",
"url": "https://drafts.csswg.org/css-view-transitions/"
},
{
"ciuName": "mdn-css_properties_overflow_clip",
"description": "overflow:clip is a feature of CSS Overflow Module Level 3 that is similar to overflow:hidden except without a formatting context or programmatic scrollability.",
Expand Down