Skip to content

Commit d36c8ad

Browse files
committed
Fix bikeshed error
1 parent bd6a95d commit d36c8ad

2 files changed

Lines changed: 48 additions & 47 deletions

File tree

Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ dictionary ScrollTimelineOptions {
340340
FillMode fill = "none";
341341
};
342342

343-
[Constructor(ScrollTimelineOptions options)]
343+
[Constructor(optional ScrollTimelineOptions options)]
344344
interface ScrollTimeline : AnimationTimeline {
345345
readonly attribute Element scrollSource;
346346
readonly attribute ScrollDirection orientation;
@@ -665,4 +665,4 @@ triggering complicated the API, we decided it wasn't worth it if you can't use
665665
it for transitions, so this feature was removed.
666666

667667
The design space for triggering animations is still open. We welcome input
668-
on this subject.
668+
on this subject.

0 commit comments

Comments
 (0)