Akryum / vue-virtual-scroller

⚡️ Blazing fast scrolling for any amount of data
https://vue-virtual-scroller-demo.netlify.app
9.48k stars 901 forks source link

feat: add smooth scroll option #693

Closed 1sm23 closed 2 years ago

1sm23 commented 2 years ago

Scroll smoothly

Pochwar commented 2 years ago

Hi, you can add scroll-behavior: smooth; to your RecycleScroller and it works ;)