Version 5 Notes #965
Replies: 4 comments
-
Hello. Please add support for ScrollBar as a separate element with the ability to customize it. And that it works in all browsers, such as Firefox and Safari. It is very difficult to find a slider with this ScrollBar support. It's a very useful add-on. Many users do not immediately understand how to scroll slides. |
Beta Was this translation helpful? Give feedback.
-
The main thing I see missing from Splide (or at least the thing I haven't yet a way to accomplish) is to be able to add transformations that are directly synced with the current position of the slider. eg to make things like this - https://swiperjs.com/demos/240-effect-coverflow/core or to make parallax effects etc. With splide, we have the is-active,is-previous,is-next classes, but nothing I've found that can be used to change something per px dragged. So we lose the ability to be able to have the slides adapt as we drag, it only happens before the move or after it. I'm aware Swiper is a much heavier library, and maybe this is why, but if there's a way to make it so we can take the value of the current position in real-time, that would open up so many possibilities. |
Beta Was this translation helpful? Give feedback.
-
Please add a form validation option (could be native HTML e.g required) before moving to the next step and prevent the user if there's any error in the form Example https://codepen.io/wavilap/pen/MXrjQP
|
Beta Was this translation helpful? Give feedback.
-
Make all class names for the slider structure fully configurable, including When dealing with content coming from a 3rd party framework or editorial content from a database, you sometimes do not have full control over the HTML structure. Use cases might be something like
or you might simply have a SSR template language like PHP's Twig
|
Beta Was this translation helpful? Give feedback.
-
New Features
non-overflow
optionsjump
method>>
and<<
patternsBreaking Changes
Splide#off()
requires a method to remove)Dropping Features
cover
option (object-fit
is enough nowadays)Considerations
autoWidth
Tasks
Beta Was this translation helpful? Give feedback.
All reactions