Skip to content

Commit 6c958c3

Browse files
committed
[scroll-animations-1] Clarify syntactic interaction of scroll()/view() and animation-timeline. #7579
1 parent a79f539 commit 6c958c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scroll-animations-1/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ spec: cssom-view-1; type: dfn;
138138
### The ''scroll()'' notation ### {#scroll-notation}
139139

140140
The <dfn>scroll()</dfn> functional notation
141-
can be used as a value of 'animation-timeline'
141+
can be used as a <<single-animation-timeline>> value in 'animation-timeline'
142142
and specifies a [=scroll progress timeline=].
143143
Its syntax is
144144

@@ -421,7 +421,7 @@ spec: cssom-view-1; type: dfn;
421421
### The ''view()'' notation ### {#view-notation}
422422

423423
The <dfn>view()</dfn> functional notation
424-
can be used as a value of 'animation-timeline'
424+
can be used as a <<single-animation-timeline>> value in 'animation-timeline'
425425
and specifies a [=view progress timeline=]
426426
in reference to the nearest ancestor [=scroll container=].
427427
Its syntax is

0 commit comments

Comments
 (0)