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 2
2
Title : Scroll-driven Animations
3
3
Group : CSSWG
4
4
Status : ED
5
- Work Status : exploring
5
+ Work Status : revising
6
6
Shortname : scroll-animations
7
7
Level : 1
8
8
Group : CSSWG
@@ -1351,7 +1351,7 @@ spec: cssom-view-1; type: dfn;
1351
1351
</pre>
1352
1352
1353
1353
<div class='methods'>
1354
-
1354
+ <dl>
1355
1355
<dt> <dfn method for=AnimationTimeline lt='getCurrentTime()'>CSSNumericValue? getCurrentTime(optional AnimationCurrentTimeOptions = {})</dfn>
1356
1356
<dd>
1357
1357
Returns a representation of the [=timeline/current time=]
@@ -1395,3 +1395,16 @@ spec: cssom-view-1; type: dfn;
1395
1395
But for time-based timelines, if a range name is provided,
1396
1396
should it return percentage progress through that range,
1397
1397
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