We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have created a navi with Glider.js.
When I click on "Category 1", it slides to "Category 2", but when I click on "Category 2", it doesn´t slide to the end.
How can I slide to the end of the slide, if I defined 2 diferents next-arrows in HTML?
https://codepen.io/karlosmrez/pen/QWQpwrv?editors=1010 (X returns back)
The text was updated successfully, but these errors were encountered:
I found a solution adding "onclick" in HTML:
<span class="c-nav__item c-nav__item--menu" onclick="next()">A 1 ></span>
And this in JavaScript:
function next() { glide.scrollItem(glide.slide + 1) }
Sorry, something went wrong.
No branches or pull requests
I have created a navi with Glider.js.
When I click on "Category 1", it slides to "Category 2", but when I click on "Category 2", it doesn´t slide to the end.
How can I slide to the end of the slide, if I defined 2 diferents next-arrows in HTML?
https://codepen.io/karlosmrez/pen/QWQpwrv?editors=1010
(X returns back)
The text was updated successfully, but these errors were encountered: