We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26eb703 commit 33978b9Copy full SHA for 33978b9
1 file changed
scroll-animations-1/Overview.bs
@@ -703,6 +703,15 @@ spec: cssom-view-1; type: dfn;
703
and the resulting [=active duration=]--
704
will be zero.
705
706
+ Animations that include absolutely-positioned keyframes
707
+ (those pinned to a specific point on the timeline,
708
+ e.g. using [[#named-range-keyframes|named timeline range keyframe selectors]] in ''@keyframes'')
709
+ are assumed to have an [=iteration count=] of 1
710
+ for the purpose of finding those keyframes’ positions
711
+ relative to 0% and 100%;
712
+ the entire animation is then scaled to fit the [=iteration duration=]
713
+ and repeated for each iteration.
714
+
715
## Named Timeline Scoping ## {#timeline-scope}
716
717
A named [=scroll progress timeline=] or [=view progress timeline=]
0 commit comments