Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skiano committed Mar 4, 2015
1 parent 73b8c51 commit dbe1239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The package includes lib/PictureShow.css and src/PictureShow.scss.

Properties | Type | Default | Description | Supported
:--------- | :--- | :------ | :---------- | :--------
**ratio** | array | Null | Creates a fixed-ratio slideshow / otherwise it stretches to fill its parent, for example `[16,9]` | yes
**ratio** | array [w,h] | Null | Creates a fixed-ratio slideshow / otherwise it stretches to fill its parent, for example `[16,9]` | yes
**animationSpeed** | number | 1500 | Roughly how many px/s the slide should move during transitions | yes
**startingSlide** | number | 0 | The index of the slide to view first | yes
**onBeforeTransition** | function | noop | ``function (currentIdx, nextIdx) {}`` | yes
Expand Down

0 comments on commit dbe1239

Please sign in to comment.