We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a03c0e commit f13da9bCopy full SHA for f13da9b
1 file changed
css-animations/Overview.bs
@@ -585,6 +585,12 @@ The 'animation' shorthand property</h3>
585
output in at least the cases necessary to distinguish an 'animation-name' that could
586
be a value of another property, and may be output in additional cases.
587
588
+ <div class="example">
589
+ For example, a value parsed from ''animation: 3s none backwards'' (where 'animation-fill-mode' is ''none''
590
+ and 'animation-name' is ''backwards'') must not be serialized as ''animation: 3s backwards'' (where
591
+ 'animation-fill-mode' is ''backwards'' and 'animation-name' is ''none'').
592
+ </div>
593
+
594
<h2 id="events">
595
Animation Events</h2>
596
0 commit comments