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
* If set to 'hover', pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave. If set to false, hovering over the carousel won't pause it.
51
52
*/
52
53
pause?: boolean|'hover'
54
+
/**
55
+
* Whether the carousel should support left/right swipe interactions on touchscreen devices.
0 commit comments