Skip to content

Commit

Permalink
Update of ED report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 14.5.1.
  • Loading branch information
reffy-bot committed Jan 5, 2024
1 parent 27c0743 commit e115762
Show file tree
Hide file tree
Showing 17 changed files with 7,145 additions and 14,079 deletions.
3 changes: 2 additions & 1 deletion ed/css/css-animations.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
{
"name": "<time [0s,∞]>",
"prose": "Specifies the length of time that an animation takes to complete one cycle. A negative <time> is invalid. If the <time> is 0s, like the initial value, the keyframes of the animation have no effect, but the animation itself still occurs instantaneously. Specifically, start and end events are fired; if animation-fill-mode is set to backwards or both, the first frame of the animation, as defined by animation-direction, will be displayed during the animation-delay. After the animation-delay the last frame of the animation, as defined by animation-direction, will be displayed if animation-fill-mode is set to forwards or both. If animation-fill-mode is set to none the animation will have no visible effect.",
"type": "type"
"type": "value",
"value": "<time [0s,∞]>"
}
],
"styleDeclaration": [
Expand Down
Loading

0 comments on commit e115762

Please sign in to comment.