diff --git a/Overview.bs b/Overview.bs index 9b1e8a78cac..76f70bad092 100644 --- a/Overview.bs +++ b/Overview.bs @@ -370,6 +370,14 @@ not by wall-clock time, but by the progress of scrolling in a [=scroll container
AnimationTimeline
whose time values are determined
not by wall-clock time, but by the progress of scrolling in a scroll container.
ScrollTimeline(options)
+Creates a new ScrollTimeline
object. The attributes of the ScrollTimeline
are
+initialized with the respective members of the options
dictionary.
If this is not specified, the document element of the active document for the
-current browsing context, as determined at the time the ScrollTimeline
is
+current browsing context, as determined at the time the ScrollTimeline
is
constructed, is used.
Note that the scrollSource
's ownerDocument
may change over the lifetime
of the scroll timeline. This does not affect the scroll timeline; the timeline
@@ -683,8 +692,8 @@
ScrollTimeline
The effective time range of a ScrollTimeline
is calculated as follows:
ScrollTimeline
The effective time range of a ScrollTimeline
is calculated as follows:
timeRange
has the value "auto"
,
@@ -695,11 +704,11 @@ The effective time range is the ScrollTimeline
's timeRange
.
The effective time range is the ScrollTimeline
's timeRange
.
ScrollTimeline
The current time of a ScrollTimeline
is calculated
+
ScrollTimeline
The current time of a ScrollTimeline
is calculated
as follows:
A ScrollTimeline
may be applied to a CSS Animation [CSS3-ANIMATIONS] using
+
A ScrollTimeline
may be applied to a CSS Animation [CSS3-ANIMATIONS] using
the animation-timeline property.