Every website now-a-days uses this simple feature to make the scrolling movement appear 'glossy'. By using this package you can easily reproduce what some web developers get paid 6 figures for!
Download the package with:
npm i SvelteInertiaScroll
Next, import it into the file you desire with:
import SvelteInertiaScroll from 'SvelteInertiaScroll'
And finally, wrap your body/main tag with it like so:
<SvelteInertiaScroll>
<body>
<h1>Hello World!</h1>
</body>
</SvelteInertiaScroll>
And you are done!
Thank you so much for using my package :)