File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -685,17 +685,21 @@ spec: cssom-view-1; type: dfn;
685685 can also be further restricted to a particular timeline range
686686 (see [[#named-range-animation-declaration]] ).
687687
688+ Time-based delays ('animation-delay' )
689+ do not apply to [=scroll-driven animations=] ,
690+ which are distance-based.
691+
688692## Finite Timeline Calculations ## {#finite-attachment}
689693
690694 Unlike time-driven timelines,
691695 [=scroll-driven timelines=] are finite,
692696 thus [=scroll-driven animations=] are always attached
693697 to a finite timeline range.
694- The animation’s delays ('animation-delay' )
695- and iterations ('animation-iteration-count' )
698+ The animation’s <!-- delays ('animation-delay' )
699+ and --> iterations ('animation-iteration-count' )
696700 are set within the limits of this finite range.
697701 If the specified duration is ''animation-duration/auto'' ,
698- then once any delays are subtracted,
702+ then <!-- once any delays are subtracted, -->
699703 the remaining range is divided by its [=iteration count=] ('animation-iteration-count' )
700704 to find the [=used value|used=] duration.
701705
You can’t perform that action at this time.
0 commit comments