We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb69bf1 commit feb491eCopy full SHA for feb491e
1 file changed
scroll-animations-1/Overview.bs
@@ -375,9 +375,9 @@ dictionary ScrollTimelineOptions {
375
(double or ScrollTimelineAutoKeyword) timeRange = "auto";
376
};
377
378
-[Exposed=Window,
379
- Constructor(optional ScrollTimelineOptions options = {})]
+[Exposed=Window]
380
interface ScrollTimeline : AnimationTimeline {
+ constructor(optional ScrollTimelineOptions options = {});
381
readonly attribute Element scrollSource;
382
readonly attribute ScrollDirection orientation;
383
readonly attribute DOMString startScrollOffset;
0 commit comments