We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec815f commit 11bd99cCopy full SHA for 11bd99c
scroll-animations-1/Overview.bs
@@ -361,7 +361,7 @@ typedef (CSSNumericValue or CSSKeywordish) ContainerBasedOffset;
361
typedef (ContainerBasedOffset or ElementBasedOffset) ScrollTimelineOffset;
362
363
dictionary ScrollTimelineOptions {
364
- Element? source = null;
+ Element? source;
365
ScrollDirection orientation = "block";
366
ScrollTimelineOffset start = "auto";
367
ScrollTimelineOffset end = "auto";
0 commit comments