Skip to content

Commit d6ef4a3

Browse files
committed
[scroll-animations-1] Add Changes list, update status
1 parent 0dc868d commit d6ef4a3

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

scroll-animations-1/Overview.bs

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Title: Scroll-driven Animations
33
Group: CSSWG
44
Status: ED
5-
Work Status: exploring
5+
Work Status: revising
66
Shortname: scroll-animations
77
Level: 1
88
Group: 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>)

0 commit comments

Comments
 (0)