caiofsouza / vue-backtotop

A Back-to-top component for Vue.js, which scroll page to the top when clicked
https://caiofsouza.github.io/vue-backtotop/example/
MIT License
184 stars 42 forks source link

Does not work well with `html { scroll-behavior : smooth; }` #12

Open sujan-s opened 6 years ago

sujan-s commented 6 years ago

The scrolling back to top becomes extremely slow if you have the following rule in your CSS— html { scroll-behavior : smooth; }.

It takes about four seconds to scroll back to the top with this CSS rule.

caiofsouza commented 6 years ago

Hey @sujan-s, Thank for the feedback and sorry the delay for answer!

Adding html { scroll-behavior : smooth; } cause some delay on scroll. I'll check this and try to find some solution.

Feel free to create a pull request if you has some idea.

TienTruong9x commented 3 years ago

Yeah! I have the same problem. It's been 3 years but author not fix them yet :)))))))