ashthornton / asscroll

Ash's Smooth Scroll 🍑
MIT License
947 stars 27 forks source link

Scroll jumps back to initial start position on Nuxt? #73

Closed marshallhenhawke closed 2 years ago

marshallhenhawke commented 2 years ago

Hey there, thanks for the great package. Not sure if you can help with this but just wondering if you could point me into the right direction. I'm trying to get the library to work on Nuxt and everything works great except after I get done scrolling, the scrollbar jumps back to the initial start and then back to the end.

Here's a video of the behavior.

https://user-images.githubusercontent.com/56049665/147702953-182dbbf9-934c-427b-bf4f-7c62875ff3e6.mov

I'm sure it must be the way I have it set up with Nuxt but I was just wondering if you'd ever seen it behave like this before.

Thanks

marshallhenhawke commented 2 years ago

Figured out the problem after many hours of headache.

Turned out to be a conflict with Bootstrap v5. They added in scroll-behavior: smooth; to the html tag. This would cause it to do the jumping. Changed the variable to false and now she works.

Thanks again for library, works perfect.