Skip to content

Commit f13da9b

Browse files
author
Sylvain Galineau
committed
[css-animations][bikeshed] Add missing example 4
1 parent 0a03c0e commit f13da9b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

css-animations/Overview.bs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,12 @@ The 'animation' shorthand property</h3>
585585
output in at least the cases necessary to distinguish an 'animation-name' that could
586586
be a value of another property, and may be output in additional cases.
587587

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+
588594
<h2 id="events">
589595
Animation Events</h2>
590596

0 commit comments

Comments
 (0)