megasanjay / vue3-marquee

A simple marquee component with ZERO dependencies for Vue 3.
vue3-marquee.vercel.app
MIT License
591 stars 20 forks source link

Can provide a step parameter and a stepItemHeight parameter for step-by-step scrolling #246

Closed leleccccc closed 1 year ago

leleccccc commented 1 year ago

I Want a step-by-step scrolling effect

megasanjay commented 1 year ago

If you need more functionality, using a carousel component might be better for your use case. Two that I would suggest are the vue3-carousel or egjs/vue-flicking.

leleccccc commented 1 year ago

thanks, I think you're right