From 188db1d0c15cbe7281efbf8675c27eacb9ba7111 Mon Sep 17 00:00:00 2001 From: Tim Nguyen Date: Tue, 17 Dec 2024 14:06:21 +0100 Subject: [PATCH] @view-transition now supported in Safari 18.2 (#25437) * @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 --- css/at-rules/view-transition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/at-rules/view-transition.json b/css/at-rules/view-transition.json index 3b0da8267fcd24..416ba082b62183 100644 --- a/css/at-rules/view-transition.json +++ b/css/at-rules/view-transition.json @@ -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", @@ -35,7 +35,7 @@ "webview_ios": "mirror" }, "status": { - "experimental": true, + "experimental": false, "standard_track": true, "deprecated": false }