Skip to content

Commit

Permalink
[scroll-animations] allow explicitly setting null as a source when …
Browse files Browse the repository at this point in the history
…constructing a `ScrollTimeline` (#11357)

It should be possible to explicitly set a `null` source when constructing a `ScrollTimeline`. This addresses #11340.
  • Loading branch information
graouts authored Dec 13, 2024
1 parent 62c7e06 commit d8b3d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scroll-animations-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ spec:selectors-4; type:dfn; text:selector
1. Set the {{ScrollTimeline/source}} of |timeline| to:

<dl class="switch">
: If the `source` member of |options| is present and not null,
: If the `source` member of |options| is present,
:: The `source` member of |options|.

: Otherwise,
Expand Down

0 comments on commit d8b3d45

Please sign in to comment.