Questions tagged [sly-scroller]

Sly is a JavaScript library for one-directional scrolling with item based navigation support.

Distributed under the MIT open-source licence, Sly will work with many Internet browsers though official support is only available for IE8 and above.

18 questions
6
votes
2 answers

How to use Sly Scroller jQuery item based navigation?

I am trying to make use of Sly Scroller for horizontal scrolling. I have tried to read and understand the documentation but I just don't understand how to make use of it. Can anyone help me getting started maybe with simpler examples compared to…
Mohan Reddy
  • 61
  • 1
  • 1
  • 2
3
votes
1 answer

Darsain / Sly - infinite loop - the first slide should apear at the end

I have used Darsain/Sly (Github) to build a product slider. It works really nice but there is no functionality to make an infinite loop. On Github, I found the same reported issue. Did anyone use this library and know how to add simple slides…
Mario Boss
  • 1,784
  • 3
  • 20
  • 43
3
votes
5 answers

CSS: four divs, third has to take the rest of the space

I tried several resources (SO as well) on the internet but I simply can't solve this one. There are just four floated divs on a web page. divs 1, 2 and 4 have fixed width div 3 has to take up the rest of the width div 2 and 3 have to have a padding…
OzrenTkalcecKrznaric
  • 5,535
  • 4
  • 34
  • 57
3
votes
3 answers

Sly Scroller Jquery

i would like to use following plugin http://darsa.in/sly/ but i cant get it to work, here are some details to my code. i have following HTML:
ekussberg
  • 559
  • 1
  • 8
  • 19
2
votes
0 answers

Getting "Passive event listener" and "cancel touchend event" erros when combingin Sly slider + active scroll

I've setup a horizontal scrolling nav using the Sly slider by darsain but have also combined it with some jQuery that sets the corresponding nav to active as the user scrolls through the page. However, on mobile, two nav items are showing the active…
L. G.
  • 33
  • 7
2
votes
0 answers

Sly.js - Horizontal Scroll issue on Chrome Win10

I'm using sly.js for horizontal scrolling. It works fine on every browser except on Chrome for Win10. In particular, when I scroll the page and cursor is on an item of sly.js it scroll horizontally. What I want is to scroll horizontally only with…
Adriano
  • 58
  • 6
1
vote
2 answers

Wait for something to stop to trigger function

I'm using a date picker I created with the sly tool darsa.in and everything is perfect, except that if the user changes the days too fast JavaScript does not trigger the correct date for the function. Is there a way for doing: if (datepicker not…
Hector Landete
  • 357
  • 1
  • 6
  • 15
1
vote
0 answers

Trying to get horizontal touchpad scrolling working in Sly library on a Mac

I am trying to get the Sly library to scroll the FRAME div just from the trackpad of a Macbook Pro. To be clear, I am specifically looking for scrolling the items in my frame (inside the .slidee element) using the two finger gesture -- I am not…
Jake
  • 15,007
  • 22
  • 70
  • 86
1
vote
1 answer

Sly - How to initialize or start?

Using http://darsa.in/sly/ Why this code doesn't make Sly work? Sorry this is my first time. I took a look at the documentation and followed it, but it's not working. Is there something missing? I am new at Sly by darsain. Please help me use…
Lightzane
  • 31
  • 5
1
vote
0 answers

Unable to Initialize Jquery Sly

I can't seem to get Sly to initialize, no matter what changes I make. I also keep getting an error on line 439 of sly.js. At first I thought it was just an issue with testing locally, until I encountered the same error in jsFiddle. Here is the…
PStokes
  • 138
  • 9
1
vote
0 answers

How to call sly scroller plugin effects multiple times in a single page?

I am new to Jquery and my problem is like, I am not able to call the plugin effect in different parts of the page..I have an html component like below...
1
vote
1 answer

Javascript Libraray SLY - Scrollbar does not work

I'm having a problem with Sly scrollbars. I want to set up a timline in which I cann scroll by dragging with the mouse and with a scrollbar. Scrolling with the mouse works fine but I can't get the scrollbar to work and there is no proper…
Tobias
  • 95
  • 1
  • 2
  • 9
0
votes
1 answer

Sly vertical scroller, add autoplay?

Using sly vertical scroller how is it possible to add autoplay? So it starts moving the slides. Example: http://jsfiddle.net/9dJfQ/ // Call Sly on frame $frame.sly({ horizontal: 1, itemNav: 'basic', smart: 0, …
Light_Warrior
  • 183
  • 1
  • 4
  • 17
0
votes
1 answer

Materialize dropdowns disable Sly jQuery scrollbar in mobile

I am facing a problem that I couldn't fixed all day. By the night, I couldn't understand what causing the problem. Now, I know what is causing but I don't know why it is causing this problem. Firsly, I am developing and new cms which based on…
Aydın Bulut
  • 132
  • 1
  • 12
0
votes
0 answers

sly.js load page/initiate without animation

I have posted this question in the Google group for sly.js, but I want to increase my possibility of getting an answer so I'm posting here as well. I am using sly.js to create a horizontal nav menu. When the page in which the nav menu resides…
1
2