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.

i made fiddle here test.

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

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -