Skip to content

Commit feb491e

Browse files
authored
[scroll-animations-1] Align with Web IDL specification (constructor)
1 parent fb69bf1 commit feb491e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scroll-animations-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,9 @@ dictionary ScrollTimelineOptions {
375375
(double or ScrollTimelineAutoKeyword) timeRange = "auto";
376376
};
377377

378-
[Exposed=Window,
379-
Constructor(optional ScrollTimelineOptions options = {})]
378+
[Exposed=Window]
380379
interface ScrollTimeline : AnimationTimeline {
380+
constructor(optional ScrollTimelineOptions options = {});
381381
readonly attribute Element scrollSource;
382382
readonly attribute ScrollDirection orientation;
383383
readonly attribute DOMString startScrollOffset;

0 commit comments

Comments
 (0)