Skip to content

Commit

Permalink
Update interfaces/scroll-animations.idl
Browse files Browse the repository at this point in the history
  • Loading branch information
autofoolip authored and stephenmcgruer committed Feb 22, 2020
1 parent 031c4d5 commit a378af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interfaces/scroll-animations.idl
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ dictionary ScrollTimelineOptions {
(double or ScrollTimelineAutoKeyword) timeRange = "auto";
};

[Exposed=Window,
Constructor(optional ScrollTimelineOptions options = {})]
[Exposed=Window]
interface ScrollTimeline : AnimationTimeline {
constructor(optional ScrollTimelineOptions options = {});
readonly attribute Element scrollSource;
readonly attribute ScrollDirection orientation;
readonly attribute DOMString startScrollOffset;
Expand Down

0 comments on commit a378af2

Please sign in to comment.