Skip to content

Commit

Permalink
Specify the behaviour of the ScrollTimeline Constructor. Fixes issue #6
Browse files Browse the repository at this point in the history
… and issue #7.
  • Loading branch information
theres-waldo committed Mar 22, 2017
1 parent 37eae24 commit de65e79
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 17 deletions.
8 changes: 8 additions & 0 deletions Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,14 @@ not by wall-clock time, but by the progress of scrolling in a [=scroll container

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

<div class="constructors">

: <dfn constructor for=ScrollTimeline lt="ScrollTimeline(options)">ScrollTimeline(options)</dfn>
:: Creates a new {{ScrollTimeline}} object. The attributes of the {{ScrollTimeline}} are
initialized with the respective members of the {{options}} dictionary.

</div>

<div class="attributes">

: <dfn attribute for=ScrollTimeline>scrollSource</dfn>
Expand Down
Loading

0 comments on commit de65e79

Please sign in to comment.