From 42fbb8c4c26ee17655d84af35e7ab124546c9586 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Wed, 11 Dec 2024 11:06:29 +0800 Subject: [PATCH] fix(css): fix animate type of `scrollbar-width` --- css/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties.json b/css/properties.json index 423d6b617..930269d79 100644 --- a/css/properties.json +++ b/css/properties.json @@ -9439,7 +9439,7 @@ "syntax": "auto | thin | none", "media": "visual", "inherited": false, - "animationType": "byComputedValueType", + "animationType": "discrete", "percentages": "no", "groups": [ "CSS Scrollbars"