You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,8 @@ Props | Type | Default Value | Description
84
84
`afterSlide` | `Function` | null | This function will be executed after every sliding is completed
85
85
`beforeSlide` | `Function` | null | This function will be executed before starting every sliding
86
86
`responsive` | `Array` | null | Use this for responsiveness [Documentation](#responsive)
87
+
`autoSlide` | `Number` or `Boolean` | `2000` | Used to make carousel auto slide for every given time interval. Or for 2000ms if the prop value is true.
88
+
`pauseOnMouseOver`| `Boolean` | `true` | Pause auto sliding on mouse over the carousel.
0 commit comments