A quick scrolling demo in Svelte designed to show off Svelte transition usage combined with Mutation and Intersection Observers for controlling scroll areas. Svelte removes and adds elements to the DOM when using transitions, and this is not always desirable.
Here we can see:
Install deps: yarn
Run: yarn dev