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
Slider doesn't move right when:
However when I click "Left" it moves from right to left, just like it should when you click "Move"
Here is the test code that I used
<jp-slider [options]="{ blocksPerView: 3, movesPerClick: 3 }"> <jp-slides> <jp-slide> <h1>Slide 1</h1> <p>Content 1</p> </jp-slide> <jp-slide> <h1>Slide 2</h1> <p>Content 2</p> </jp-slide> <jp-slide> <h1>Slide 3</h1> <p>Content 3</p> </jp-slide> <jp-slide> <h1>Slide 4</h1> <p>Content 4</p> </jp-slide> <jp-slide> <h1>Slide 5</h1> <p>Content 5</p> </jp-slide> </jp-slides> <jp-slide-pagination></jp-slide-pagination> <button jpSlideArrow="left">Left</button> <button jpSlideArrow="right">Right</button> </jp-slider>
Other issue:
<jp-slider [options]="{ blocksPerView: 2, movesPerClick: 2 }">
Slide 5 is never visible, when clicking "Right", multiple times, over a loop
Otherwise, really nice and simple slider. Thx
The text was updated successfully, but these errors were encountered:
@macure thank you for reporting this 👍 . We'll look into it as soon as possible.
Sorry, something went wrong.
fix: moves per click count edge case #12
bb108e4
chore(release): 1.6.4 [skip ci]
568ac87
## [1.6.4](v1.6.3...v1.6.4) (2019-02-20) ### Bug Fixes * moves per click count edge case [#12](#12) ([bb108e4](bb108e4))
fix: slideInView emitting with pagination closes:#12
95760ec
chore(release): 1.6.6 [skip ci]
c4615dc
## [1.6.6](v1.6.5...v1.6.6) (2019-03-01) ### Bug Fixes * slideInView emitting with pagination closes:[#12](#12) ([95760ec](95760ec))
🎉 This issue has been resolved in version 1.6.6 🎉
The release is available on:
Your semantic-release bot 📦🚀
koleCar
No branches or pull requests
Slider doesn't move right when:
However when I click "Left" it moves from right to left, just like it should when you click "Move"
Here is the test code that I used
Other issue:
Slide 5 is never visible, when clicking "Right", multiple times, over a loop
Otherwise, really nice and simple slider. Thx
The text was updated successfully, but these errors were encountered: