Skip to content

Commit 70d17cb

Browse files
committed
Mark animations and transitions as supported
Signed-off-by: Nico Burns <nico@nicoburns.com>
1 parent 6a2c1d9 commit 70d17cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/css-property-groups.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@
248248
"id": "transition-animations",
249249
"name": "Transitions & Animations",
250250
"entries": [
251-
{ "name": "Transitions", "status": "No", "properties": ["transition", "transition-duration", "transition-property", "transition-timing-function", "transition-delay"] },
252-
{ "name": "Animations", "status": "No", "properties": ["animation", "animation-timing-function", "animation-duration", "animation-name", "animation-delay", "animation-iteration-count", "animation-fill-mode", "animation-direction", "animation-play-state", "webkit-animation-direction"] },
251+
{ "name": "Transitions", "status": "Yes", "properties": ["transition", "transition-duration", "transition-property", "transition-timing-function", "transition-delay"] },
252+
{ "name": "Animations", "status": "Yes", "properties": ["animation", "animation-timing-function", "animation-duration", "animation-name", "animation-delay", "animation-iteration-count", "animation-fill-mode", "animation-direction", "animation-play-state", "webkit-animation-direction"] },
253253
]
254254
},
255255
{

0 commit comments

Comments
 (0)