Skip to content

Commit de65e79

Browse files
committed
Specify the behaviour of the ScrollTimeline Constructor. Fixes issue #6 and issue #7.
1 parent 37eae24 commit de65e79

File tree

2 files changed

+45
-17
lines changed

2 files changed

+45
-17
lines changed

Overview.bs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,14 @@ not by wall-clock time, but by the progress of scrolling in a [=scroll container
370370

371371
<div link-for-hint="ScrollTimeline">
372372

373+
<div class="constructors">
374+
375+
: <dfn constructor for=ScrollTimeline lt="ScrollTimeline(options)">ScrollTimeline(options)</dfn>
376+
:: Creates a new {{ScrollTimeline}} object. The attributes of the {{ScrollTimeline}} are
377+
initialized with the respective members of the {{options}} dictionary.
378+
379+
</div>
380+
373381
<div class="attributes">
374382

375383
: <dfn attribute for=ScrollTimeline>scrollSource</dfn>

0 commit comments

Comments
 (0)