Ok so with this slider I would like to use the "free mode" as this gives the effect I would like when sliding. Everything is how I want it (size & number of slides) but the one thing I would like it to do is after the slider has stopped (after a user slides it to a side) the slider would align with 3 slides to fit the container (much like the "carousel mode").
To explain a little better I have this image:
So at the top we have the after math of a slide. And at the bottom is what it should look like. So the slider lands on 4 slides, the slider should now move slightly to the side so slide 2 is touching the left side and slide 4 is complete showing.
I have tried a fair few things but cannot get this working. Most of what I have tried is within the site (linked at the top) using the API settings etc. Not much point of me posting all the ones I tried as I may have missed things etc.
Current settings:
slidesPerView: 3,
momentumRatio: 1,
freeMode: true,
freeModeFluid: true,
Here is a demo of what I have so far. Any help on this would be great and I would even be willing to give a little extra rep to anyone that can solve this (I have been trying for a while), so +50 rep to anyone that solves this.
Just to make sure we are all on the same page, it should only "lock on" to a slide once the movement has finished. It must be stopped and then move to fit 3 slides in the container.
Note: I will be using this on an iPad, just a little note encase someone comes up with something not compatible.