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

I had an issue where slideChanged would fire more than once when changing from my last slide to my first slide. Besides enabling looping, all settings when initializing the slider...

I wanted to switch from a normal left-to-right sliding animation to a fader animation for certain slides. However, from what I understand, this requires a render engine switch to custom....

# Description ## Use case As a developer, I would like an easy way to bind a play/pause button to the autoplay slider. I implemented my own plugin to integrate...

Its it possible with Keen slider to do what slickJs calls Slider Syncing? I am using React + TS for my app. https://kenwheeler.github.io/slick/ (browser search Slider Syncing to bring you...

I am trying to determine the scroll left value of sliderRef container but it always returns 0 on dragEnded. ``` dragEnded(slider) { console.log(slider?.container?.scrollLeft); } ```

https://swiperjs.com/demos#grid Is there a way to use `Grid` style just like swiper demo? https://codesandbox.io/s/zen-nobel-gn8rel?file=/styles.css

Hi rcbyr! Sorry to bother you again. Instead of hardcoding an index like 0 or 1 for the initial Option, I tried adding a state which represents the index of...

```ts import * as React from "react" import "./styles.css" import { useKeenSlider } from "keen-slider/react" import "keen-slider/keen-slider.min.css" export default function App() { const [sliderRef] = useKeenSlider( { loop: true, },...

https://user-images.githubusercontent.com/69164520/198303614-c02608d9-d9a0-4c20-806c-9005f0c7710d.mp4 When I have auto perView It has easing animation and I want to prevent that. Its emergency ![sliderRef_img](https://user-images.githubusercontent.com/69164520/198304206-edea408e-0a6b-43f6-af39-582c020280a3.jpg)

While doing performance analysis of a page I observed that the dots section is highlighted in the google chrome "Rendering -> Layout shift Regions". Also attaching the video from the...