From f32661804f3d76269dd933e4c8c52053deede037 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Fri, 3 Jan 2025 17:35:23 +0800 Subject: [PATCH] feat(css): Add data for css `@view-transition` at-rule (#851) --- css/at-rules.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/css/at-rules.json b/css/at-rules.json index 1cd7298d..6204ef19 100644 --- a/css/at-rules.json +++ b/css/at-rules.json @@ -531,5 +531,27 @@ ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@supports" + }, + "@view-transition": { + "syntax": "@view-transition {\n \n}", + "interfaces": [ + "CSSViewTransitionRule" + ], + "groups": [ + "CSS View Transitions" + ], + "descriptors": { + "navigation": { + "syntax": "auto | none", + "media": "all", + "initial": "none", + "percentages": "no", + "computed": "asSpecified", + "order": "uniqueOrder", + "status": "standard" + } + }, + "status": "standard", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@view-transition" } }