You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Hello, joe.
I found this library because I was tired of Swiper's complex and large number of dependencies.
It is exactly the best library I could have asked for.
However, I noticed that there is one option missing.
It is slidesPerGroup.
I will be very happy to stop using Swiper, which I hate to do.
Have you considered implementing this? If not, can you consider it as a pull request?
Describe the solution you'd like
Implementation of the slidesPerGroup option
Describe alternatives you've considered
We know that if we implement this, we will get closer and closer to Swiper.
I would like to see this implemented, even as a plugin.
thanks!
The text was updated successfully, but these errors were encountered:
The better solution is provide a group of APIs that give us the ability to modify render/translate effect. We can implement slidesPerGroup with such APIs in an external plugin. But I have not figure out what this APIs should be yet.
Here is what I'm doing(the API is kinda of babbling)
Is your feature request related to a problem? Please describe.
Hello, joe.
I found this library because I was tired of Swiper's complex and large number of dependencies.
It is exactly the best library I could have asked for.
However, I noticed that there is one option missing.
It is
slidesPerGroup
.I will be very happy to stop using Swiper, which I hate to do.
Have you considered implementing this? If not, can you consider it as a pull request?
Describe the solution you'd like
Implementation of the
slidesPerGroup
optionDescribe alternatives you've considered
We know that if we implement this, we will get closer and closer to Swiper.
I would like to see this implemented, even as a plugin.
thanks!
The text was updated successfully, but these errors were encountered: