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 75ee592 commit c2c5597
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ A Bare bones slideshow component that handles transitions between slides and exp
Properties | Type | Default | Description | Supported
:--------- | :--- | :------ | :---------- | :--------
**[ratio](#ratio)** | ```Array``` | Null | Shape of the slideshow, for example: `[16,9]` | yes
**[animationSpeed](#animationSpeed)** | ```Number``` | 1500 | Speed of slide transitions in px/s | yes
**[startingSlide](#startingSlide)** | ```Number``` | 0 | Initial slide view | yes
**[onBeforeTransition](#onBeforeTransition)** | ```Function``` | noop | Function called before transition starts | yes
**[onAfterTransition](#onAfterTransition)** | ```Function``` | noop | Function called after transition ends | no
**[slideBuffer](#slideBuffer)** | ```Number``` | 1 | The number of slides loaded to the left and right of the slide in view | yes
**[clickDivide](#clickDivide)** | ```Number``` | 0.45 | The division between previous and next when clicking the slideshow | yes
**[animationSpeed](#animationspeed)** | ```Number``` | 1500 | Speed of slide transitions in px/s | yes
**[startingSlide](#startingslide)** | ```Number``` | 0 | Initial slide view | yes
**[onBeforeTransition](#onbeforetransition)** | ```Function``` | noop | Function called before transition starts | yes
**[onAfterTransition](#onaftertransition)** | ```Function``` | noop | Function called after transition ends | no
**[slideBuffer](#slidebuffer)** | ```Number``` | 1 | The number of slides loaded to the left and right of the slide in view | yes
**[clickDivide](#clickdivide)** | ```Number``` | 0.45 | The division between previous and next when clicking the slideshow | yes
**[infinite](#infinite)** | ```Boolean``` | true | Is the Slideshow continuous | no
**[suppressPending](#suppressPending)** | ```Boolean``` | true | Should slides outside the slideBuffer be suppressed | no
**[suppressPending](#suppresspending)** | ```Boolean``` | true | Should slides outside the slideBuffer be suppressed | no

### Public methods on mounted component

Expand Down

0 comments on commit c2c5597

Please sign in to comment.