How can I disable bounce effect while swiping, if slide is first or last pls help!
There is a resistance parameter for that. Set it to false
So, this parameter work with normal swiper & latest version.
@nolimits4web I tried with below code but its no working?
var mySwiper = new Swiper('.swiper-container',{
pagination: '.pagination',
grabCursor: true,
paginationClickable: true,
resistance : false
});
@ nolimits4web
I tried at code pen also, but swiper elastic bounce is still working.
Sorry, resistance: '100%'
It's OK, but thank's for help.
It doesn't work for Swiper 3, why?
Solved:
Thank you DareDevil73!
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Solved: