We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45fd9c commit 645351fCopy full SHA for 645351f
scroll-animations-1/Overview.bs
@@ -356,8 +356,8 @@ interface ScrollTimeline : AnimationTimeline {
356
constructor(optional ScrollTimelineOptions options = {});
357
readonly attribute Element source;
358
readonly attribute ScrollDirection orientation;
359
- readonly attribute DOMString start;
360
- readonly attribute DOMString end;
+ readonly attribute (DOMString or ElementBasedOffset) start;
+ readonly attribute (DOMString or ElementBasedOffset) end;
361
readonly attribute (double or ScrollTimelineAutoKeyword) timeRange;
362
};
363
</pre>
0 commit comments