Skip to content

Commit 645351f

Browse files
birtlesmajido
authored andcommitted
[scroll-animations-1] Update ScrollTimeline.start/end types
1 parent a45fd9c commit 645351f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scroll-animations-1/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,8 @@ interface ScrollTimeline : AnimationTimeline {
356356
constructor(optional ScrollTimelineOptions options = {});
357357
readonly attribute Element source;
358358
readonly attribute ScrollDirection orientation;
359-
readonly attribute DOMString start;
360-
readonly attribute DOMString end;
359+
readonly attribute (DOMString or ElementBasedOffset) start;
360+
readonly attribute (DOMString or ElementBasedOffset) end;
361361
readonly attribute (double or ScrollTimelineAutoKeyword) timeRange;
362362
};
363363
</pre>

0 commit comments

Comments
 (0)