Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Play/Pause Buttons aren't updated when using the slickPause/slickPlay Methods #91

Closed
stevehvaughn opened this issue Mar 2, 2023 · 1 comment

Comments

@stevehvaughn
Copy link

When using the slickPause method such as $(".slider").slick('slickPause') to pause an autoplaying slider the play/pause buttons on the front-end are not automatically updated, even though the autoplaying slider does in fact pause.

My solution currently is to do this right after calling the slickPause method. But would be nice if it happened as a result of that method as well.

$(".slider .slick-play-icon").css("display", "inline");
$(".slider .slick-pause-icon").css("display", "none");
@stevehvaughn stevehvaughn closed this as not planned Won't fix, can't repro, duplicate, stale Mar 2, 2023
@stevehvaughn
Copy link
Author

stevehvaughn commented Mar 2, 2023

Didn't see this issue was already opened by another user (issue #58 ). Closed for redundancy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant