We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66ab2a commit c57ee4fCopy full SHA for c57ee4f
scroll-animations-1/Overview.bs
@@ -322,7 +322,7 @@ spec: cssom-view-1; type: dfn;
322
323
<pre class='propdef shorthand'>
324
Name: scroll-timeline
325
- Value: [ <<'scroll-timeline-name'>> || <<'scroll-timeline-axis'>> ]#
+ Value: [ <<'scroll-timeline-name'>> <<'scroll-timeline-axis'>>? ]#
326
Applies to: [=scroll containers=]
327
Inherited: no
328
Animation type: not animatable
@@ -607,7 +607,7 @@ spec: cssom-view-1; type: dfn;
607
608
609
Name: view-timeline
610
- Value: [ <<'view-timeline-name'>> || <<'view-timeline-axis'>> ]#
+ Value: [ <<'view-timeline-name'>> <<'view-timeline-axis'>>? ]#
611
Applies to: all elements
612
</pre>
613
0 commit comments