F
F
fluffy89032016-06-10 18:18:55
JavaScript
fluffy8903, 2016-06-10 18:18:55

Where can I find an infinite vertical slider?

a slider that looks like this one with one button9175c62c45714f428179bc56d51b8da9.jpg

Answer the question

In order to leave comments, you need to log in

4 answer(s)
N
Nikita Kit, 2016-06-10
@fluffy8903

read about one interesting relatively new css-module
"css scroll snap points" just google it. I recommend the tutorial from uwebdesign (find it on YouTube), this is a rather simple tool that allows you to write sliders in css without much difficulty. Although it is intended for a little something else, well, I gave you the key word)

D
Denis Bukreev, 2016-06-10
@denisbookreev

And what prevents you from doing it yourself or redoing an existing one?

N
Nikolai Kolesnichenko, 2016-06-10
@Negatiff

Slick knows how.
kenwheeler.github.io/slick
_

$('slider').slick({
vertical:true,
infinite: true,
prevArrow: '',
nextArrow: '<button type="button" class="slick-down"><img src="img/down.png"></button>'
});

E
Egor Rublev, 2016-06-10
@FaloSun

bxSlider, you can set the vertical mode and scroll the slides endlessly (in a circle).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question