ismail9k / vue3-carousel

Vue 3 carousel component
https://ismail9k.github.io/vue3-carousel/
MIT License
661 stars 164 forks source link

Add `throttle` to allow customization of drag throttle #281

Closed dblythy closed 1 year ago

dblythy commented 1 year ago

By default, this library throttles the drag function on the carousel. This may not be desirable, or a custom throttle value might want to be preferred.

ismail9k commented 1 year ago

Thank you for your contribution @dblythy