Skip to content
This repository was archived by the owner on May 10, 2018. It is now read-only.

Commit a80bdb8

Browse files
author
Julien Bouquillon
committed
chore(readme): add auto-slide informations
1 parent 5c8ed3d commit a80bdb8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ angular.module('MyApp', ['angular-carousel']);
5858
- `rn-carousel-buffered` boolean value to enable the carousel buffering, good to minimize the DOM, defaults to 5 slides. (works only with arrays)
5959
- `rn-carousel-swipe` boolean value to enable/disable swiping (default true)
6060
- `rn-carousel-control` boolean value to enable builtin prev/next buttons (you can override by CSS)
61-
61+
- `rn-carousel-auto-slide` integer value will make the slider automatically change the visible slide after given seconds
62+
- `rn-carousel-pause-on-hover="true"` prevent auto-slide on hover
63+
6264
## Todo :
6365
- see the [TODO file](./TODO)
6466

0 commit comments

Comments
 (0)