File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 22Title : Scroll-driven Animations
33Group : CSSWG
44Status : ED
5- Work Status : exploring
5+ Work Status : revising
66Shortname : scroll-animations
77Level : 1
88Group : CSSWG
@@ -1351,7 +1351,7 @@ spec: cssom-view-1; type: dfn;
13511351 </pre>
13521352
13531353 <div class='methods'>
1354-
1354+ <dl>
13551355 <dt> <dfn method for=AnimationTimeline lt='getCurrentTime()'>CSSNumericValue? getCurrentTime(optional AnimationCurrentTimeOptions = {})</dfn>
13561356 <dd>
13571357 Returns a representation of the [=timeline/current time=]
@@ -1395,3 +1395,16 @@ spec: cssom-view-1; type: dfn;
13951395 But for time-based timelines, if a range name is provided,
13961396 should it return percentage progress through that range,
13971397 or time progress through that range?
1398+
1399+ # Changes # {#changes}
1400+
1401+ Changes since the previous
1402+ (<a href="https://www.w3.org/TR/2023/WD-scroll-animations-1-20230406/">6 April 2023</a> )
1403+ Working Draft include:
1404+
1405+ * Adding 'scroll-timeline-attachment' and 'view-timeline-attachment' .
1406+ (<a href="https://github.com/w3c/csswg-drafts/issues/7759">Issue 7759</a> )
1407+ * Switching ''getCurrentTime()'' to take a dictionary of options.
1408+ (<a href="https://github.com/w3c/csswg-drafts/issues/8201">Issue 8201</a> )
1409+ * Clarified how view timeline ranges are calculated with ''position: sticky'' .
1410+ (<a href="https://github.com/w3c/csswg-drafts/issues/8298">Issue 8298</a> )
You can’t perform that action at this time.
0 commit comments