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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -227,7 +227,7 @@ const component = (
227
227
| startupScreen |`node`|`null`| Set's the startup screen component to be shown before the first screen is loaded. It works like a pre-loading screen. |
228
228
| startup |`boolean`|`true`| Used together with `startupScreen` controls whether or not the startupScreen should auto-start. |
229
229
| transitionDelay |`number`|`0`| Sets a delay in `ms` between the slide transitions. Useful if you're waiting for an exit animation to finish in the current slide. |
230
-
|touch |`boolean`|`true`| When set to true activates a swipe touch effect to navigate on mobile devices. |
230
+
|mobileTouch|`boolean`|`true`| When set to true activates a swipe touch effect to navigate on mobile devices. |
231
231
| buttons |`boolean`|`true`| Should render the default left and right navigation buttons. |
232
232
| buttonContentRight |`node`|`null`| Add content as children of the right button. |
233
233
| buttonContentLeft |`node`|`null`| Add content as children of the left button. |
0 commit comments