Skip to content

Space before first slide and after last slide #545

@tuanna-hsp

Description

@tuanna-hsp

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

Image

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions