We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c424f commit 540d534Copy full SHA for 540d534
scroll-animations-1/Overview.bs
@@ -130,13 +130,13 @@ spec: cssom-view-1; type: dfn;
130
131
### The ''scroll()'' notation ### {#scroll-notation}
132
133
- The ''scroll()'' functional notation
+ The <dfn>scroll()</dfn> functional notation
134
can be used as a value of 'animation-timeline'
135
and specifies a [=scroll progress timeline=].
136
Its syntax is
137
138
<pre class="prod">
139
- <dfn>scroll()</dfn> = scroll( <<axis>>? <<scroller>>? )
+ <<scroll()>> = scroll( [ <<scroller>> || <<axis>> ]? )
140
<dfn noexport><<axis>></dfn> = block | inline | vertical | horizontal
141
<dfn noexport><<scroller>></dfn> = root | nearest
142
</pre>
0 commit comments