Skip to content

Commit cf62345

Browse files
kevers-googleKevin Ellis
andauthored
Update reference to scrollSource (w3c#6740)
Co-authored-by: Kevin Ellis <kevers@chromium.org>
1 parent a159883 commit cf62345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scroll-animations-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ interface CSSScrollTimelineRule : CSSRule {
11031103
fill: "forwards"
11041104
});
11051105
let timeline = new ScrollTimeline({
1106-
scrollSource: document.documentElement,
1106+
source: document.documentElement,
11071107
orientation: "vertical",
11081108
});
11091109
let animation = new Animation(effect, timeline);

0 commit comments

Comments
 (0)