Skip to content

Commit

Permalink
@view-transition now supported in Safari 18.2 (#25437)
Browse files Browse the repository at this point in the history
* @view-transition now supported in 18.2

See https://webkit.org/blog/16301/webkit-features-in-safari-18-2/

* @view-transition is no longer experimental
  • Loading branch information
nt1m authored Dec 17, 2024
1 parent ecda6f6 commit 188db1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/at-rules/view-transition.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "preview",
"version_added": "18.2",
"impl_url": "https://webkit.org/b/278247"
},
"safari_ios": "mirror",
Expand All @@ -35,7 +35,7 @@
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down

0 comments on commit 188db1d

Please sign in to comment.