From 3183e91e4c5fea85e402472a2489f8644af20e6e Mon Sep 17 00:00:00 2001 From: Akihiro Oyamada Date: Mon, 9 Sep 2024 23:31:26 +0900 Subject: [PATCH] fix: CSS zoom should be a not animatable property (#748) CSS zoom is not animatable --- css/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties.json b/css/properties.json index 699a97c5..4df788a8 100644 --- a/css/properties.json +++ b/css/properties.json @@ -10765,7 +10765,7 @@ "syntax": "normal | reset | | ", "media": "visual", "inherited": false, - "animationType": "integer", + "animationType": "notAnimatable", "percentages": "no", "groups": [ "Microsoft Extensions"