SSENSE/vue-carousel

Feature: Add an option to drag carousel with no limit

Open

#244 opened on Jul 17, 2018

View on GitHub
 (2 comments) (2 reactions) (0 assignees)JavaScript (1,705 stars) (513 forks)batch import
featuregood first issuehelp wanted

Description

Hi,

take this example: https://jsfiddle.net/mfvcu82y/7/

Groups of 3 items are shown, there are 7 items in total. The first time, when I drag from the far right to the left, the next group (4,5,6) is shown beatifuly. But the second time, halfway through my dragging to the left, the carousel suddenly jumps back (because there aren't more items to show)

It would be nicer if it allowed you to drag the carousel as far to the left as you want, then when you let go, bounce back to the available items

gif: http://www.giphy.com/gifs/2t9y28dZqPegK0ROte

Contributor guide