-
Notifications
You must be signed in to change notification settings - Fork 219
Open
Description
Hey thank you for the awesome library!
I would like to add a space between the first item and after last item for my app
I see that the slide position is being controlled by .carousel_track translateX (horizontal slide).
It seems possible to add a clamping option, so instead having 0 as min translateX, we can set a value (eg 16px), to create artifical spacing before the first item.
| const min = isReversed.value ? 0 : -1 * maxSlidingValue |
Similarly for the last item.
Whether it is possible to add this feature or is it doable with the current setup already?
Thank you.
Metadata
Metadata
Assignees
Labels
No labels