Skip to content

Commit 1e102cb

Browse files
authored
fix(css/properties): visibility has discrete animation type (#1026)
Fixes #1010.
1 parent a8b8bbc commit 1e102cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10786,7 +10786,7 @@
1078610786
"syntax": "visible | hidden | collapse",
1078710787
"media": "visual",
1078810788
"inherited": true,
10789-
"animationType": "visibility",
10789+
"animationType": "discrete",
1079010790
"percentages": "no",
1079110791
"groups": [
1079210792
"CSS Display",

0 commit comments

Comments
 (0)