File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -429,7 +429,7 @@ Animation type: not animatable
429
429
Canonical order: per grammar
430
430
</pre>
431
431
432
- <dfn><single-animation-composition></dfn> = replace | add | accumulate
432
+ <span class=prod>< dfn><single-animation-composition></dfn> = replace | add | accumulate</span>
433
433
434
434
The values of 'animation-composition' have the meaning defined for the
435
435
corresponding values of the <a>composite operation</a> defined in Web
@@ -525,7 +525,7 @@ Canonical order: per grammar
525
525
Animatable: no
526
526
</pre>
527
527
528
- <pre>
528
+ <pre class=prod >
529
529
<dfn><single-animation-timeline></dfn> = auto | none | <<timeline-name>>
530
530
</pre>
531
531
@@ -550,7 +550,7 @@ the following effects:
550
550
<<timeline-name>>. If such a timeline at-rule exists, then the animation's
551
551
[=timeline=] is a timeline as defined by that rule. Otherwise the animation
552
552
is not associated with a [=timeline=].
553
- <pre>
553
+ <pre class=prod >
554
554
<timeline-name> = <<custom-ident>> | <<string>>
555
555
</pre>
556
556
@@ -567,7 +567,7 @@ select keyframes and timeline if necessary.
567
567
568
568
The 'animation' shorthand property syntax is as follows:
569
569
570
- <dfn><single-animation></dfn> = <<time>> || <<easing-function>> || <<time>> || <<single-animation-iteration-count>> || <<single-animation-direction>> || <<single-animation-fill-mode>> || <<single-animation-play-state>> || [ none | <<keyframes-name>> ] || <<single-animation-timeline>>
570
+ <span class=prod>< dfn><single-animation></dfn> = <<time>> || <<easing-function>> || <<time>> || <<single-animation-iteration-count>> || <<single-animation-direction>> || <<single-animation-fill-mode>> || <<single-animation-play-state>> || [ none | <<keyframes-name>> ] || <<single-animation-timeline>></span >
571
571
572
572
573
573
You can’t perform that action at this time.
0 commit comments