From 1f3043685edcd33f0a5f1416283a10d8bff4736f Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Wed, 18 Dec 2024 00:51:54 +0800 Subject: [PATCH] fix(css): fix animate type of `scrollbar-width` (#825) --- css/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties.json b/css/properties.json index 71ec8ba7..5d1ac4dc 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"