-
Notifications
You must be signed in to change notification settings - Fork 591
Plugin docs
Antonio Laguna edited this page Apr 19, 2017
·
13 revisions
This plugin is included by default but disabled. In order to enable it, the option changeOnClick
must be passed as true
.
const ws = new WebSlides({ changeOnClick: true });
This will make every click to navigate to the next slide except for clicks that happens on the following elements:
-
input
. -
select
oroption
. -
button
. -
a
. - Any element with the attribute
data-prevent-nav
.
Create stories with karma — webslides.tv