Hacker News new | ask | show | jobs
by sergiosgc 4305 days ago
The demos could show some common use cases, namely these:

- Previous and next slide visible

- More than one previous and next slides visible

- Half of the previous and half of the next slide visible

A simple slider of one image with different transitions is really easy to implement on pure JavaScript. I imagine this slider can do more than that, but it isn't immediately obvious from the examples.

2 comments

I think you're talking about a carousel (showing multiple slides at the same time). This is technically an "image slider" so is designed to only show one slide at a time.
Also click and drag isn't working. Can't go without this function these days.