joe223 / tiny-swiper

Ingenious JavaScript Carousel powered by wonderful plugins. Lightweight yet extensible. Import plugins as needed, No more, no less.
https://tiny-swiper.js.org
1.29k stars 58 forks source link

Scroll container #61

Open antonioberetini opened 3 years ago

antonioberetini commented 3 years ago

I am trying to reproduce similar behavior as in swiper.js scroll container as I like Tinny swiper behavior way better. Is it possible to configure bounce on scroll when the page reaches the end of it like this: https://stackblitz.com/edit/local-scroller?file=index.html

I tried to do this in Tinny swiper but I quickly noticed that the canvas just keeps on going when Loop mode is disabled. It doesn't animate a bounce at the at with snap to page end.

https://stackblitz.com/edit/tiny-swiper2-demo-freemode-zhzyqt?file=index.html

a-kud commented 1 year ago

Is it still an issue?