We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.2.9
Slider stops on hover with settings
pauseOnFocus: false, pauseOnHover: false,
this occurs only in svelte/sveltekit.
No response
<script> import { Splide, SplideSlide, SplideTrack, type Options } from '@splidejs/svelte-splide'; import { AutoScroll } from '@splidejs/splide-extension-auto-scroll'; const splideOptions: Options = { pauseOnFocus: false, pauseOnHover: false, perPage: 3, autoScroll: { speed: 3 }, arrows: false, pagination: false }; </script> <Splide options={splideOptions} hasTrack={false} aria-labelledby="autoplay-example-heading" extensions={{ AutoScroll }} > > <div style="position: relative"> <SplideTrack> <SplideSlide> <img src="https://www.shutterstock.com/image-vector/img-vector-icon-design-on-260nw-2164648583.jpg" alt="Image 1" /> </SplideSlide> <SplideSlide> <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQjfEVWVqmdR82XU2f9eUuDJ_NMbmamzi0TZQ&s" alt="Image 2" class="w-full" /> </SplideSlide> <SplideSlide> <img src="https://www.shutterstock.com/image-vector/img-vector-icon-design-on-260nw-2164648583.jpg" alt="Image 1" /> </SplideSlide> <SplideSlide> <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQjfEVWVqmdR82XU2f9eUuDJ_NMbmamzi0TZQ&s" alt="Image 2" /> </SplideSlide> <SplideSlide> <img src="https://www.shutterstock.com/image-vector/img-vector-icon-design-on-260nw-2164648583.jpg" alt="Image 1" /> </SplideSlide> <SplideSlide> <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQjfEVWVqmdR82XU2f9eUuDJ_NMbmamzi0TZQ&s" alt="Image 2" /> </SplideSlide> </SplideTrack> </div> </Splide>
It does not stop
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checks
Version
0.2.9
Description
Slider stops on hover with settings
this occurs only in svelte/sveltekit.
Reproduction Link
No response
Steps to Reproduce
Expected Behaviour
It does not stop
The text was updated successfully, but these errors were encountered: