Hi @sag1v, thank you for creating this library!
Describe the solution you'd like
I'd love to be able to loop through to the first item, if I click on "next" from the last item, so creating an infinite loop of the children.
Describe alternatives you've considered
Maybe using an event handler to see if this is the last child, in which case onNext can call goTo with the first slide index?
Hi @sag1v, thank you for creating this library!
Describe the solution you'd like
I'd love to be able to loop through to the first item, if I click on "next" from the last item, so creating an infinite loop of the children.
Describe alternatives you've considered
Maybe using an event handler to see if this is the last child, in which case
onNextcan callgoTowith the first slide index?