craftedbygc / taxi

Taxi is a 🤏 small and 🐊 snappy js library for adding slick PJAX navigation and beautiful transitions to your website.
https://taxi.js.org
565 stars 11 forks source link

Scroll restoration #20

Closed wiebekaai closed 6 months ago

wiebekaai commented 6 months ago

Hi, I'm for my page transitions both the old + new content are visible during the transitions. In my onEnterCompleted I clean this up.

The issue I have is that navigating scrolls to top but then does scroll restoration. Can I disable this fully or always scroll to top?

Thanks!

wiebekaai commented 6 months ago

Was overthinking it I guess history.scrollRestoration = 'manual';

jakewhiteley commented 6 months ago

Hi,

Yeah that is the approach I normally use as well!