forked from kenwheeler/slick
-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
On the demo site throwing something like this into the console works as expected:
$(".autoplay").slick("setOption", "slidesToShow", 1, true);
However, using the newer setting "useAutoplayToggleButton" does not remove the play/pause button.
$(".autoplay").slick("setOption", "useAutoplayToggleButton", false, true);
The value is updated, checked with $(".autoplay").slick("getOption", "useAutoplayToggleButton");, but like said, the play/pause button is not removed.
How would I do that? Or shouldn't this be working? Any help on this would be greatly appreciated.
Metadata
Metadata
Assignees
Labels
No labels