keen-slider icon indicating copy to clipboard operation
keen-slider copied to clipboard

The HTML touch slider carousel with the most native feeling you will get.

Results 142 keen-slider issues
Sort by recently updated
recently updated
newest added

Hi, I'm using the react version of keen-slider. My slider is placed inside a container that is set within a `display: grid`. At certain viewport widths the calculated `translate3d()` is...

Came across a nice little trick and wanted to share. In fader demo container has a fixed height and slides have position:absolute which is fine for image slides but not...

Adding new elements and calling `update()` properly positions the new slide/element. But replacing an element somehow doesn't, no transformation will be applied to the new child. After investigating I found...

I have a navigation system that includes multiple elements. I've set 'auto' for the perView option. When the URL changes, I would like the slider to move to the current...

Hi, I took the example [DYNAMIC CONTENT (500 NAMES, 2 SLIDES)](https://codesandbox.io/s/github/rcbyr/keen-slider-sandboxes/tree/v6/media/dynamic-content/react-typescript?file=/src/App.tsx) and I put it vertical, with one slide per view. There is 2 slides in the DOM, each time...

Hello! I have component of match where users can change scores of their games. Keen-slider works good! But i have one issue. When i add new set of match or...

Hello, I'm using keen-slider v5 and I'm having issues with the slide positions when clicking the arrows to navigate slides. The slider I'm using has dots and arrows and this...

If `free-snap` mode is enabled and slides are moving, the first click/tap should just stop the movement. Now, the click event is propagated to a slide.

I am having an issue with a slider where a drag of only a few pixels horizontally will trigger the switch to the next slide. The slider is the size...

This PR fixes a small but obscure bug which occurs when the window is resized while a keen-slider is hidden BUT cached by vue's [KeepAlive](https://vuejs.org/guide/built-ins/keep-alive). KeepAlive can be used when...