javascript - Is there a way to slide one big "slide" using swiper.js? -
i'm trying find way slide data within container without having use default horizotal scrollbar.
so tried using swiper.js. works - kind of, problem can't freely slide , forth without "slide" automatically sliding back.
here js code i'm using:
var swiper = new swiper('.swiper-container', { freemode: true, freemodesticky: false, grabcursor: true });
is possible using swipe.js freely moving content , fort?
if no, there better way this?
it's because have 1 slide table. edited fiddle add <div class="swiper-slide"></div>
before table slide , stopped resetting start.
Comments
Post a Comment