├── .gitignore ├── LICENSE ├── README.md ├── Scrolly.svelte └── package.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeaVerou/svelte-scrolly/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeaVerou/svelte-scrolly/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeaVerou/svelte-scrolly/HEAD/README.md -------------------------------------------------------------------------------- /Scrolly.svelte: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeaVerou/svelte-scrolly/HEAD/Scrolly.svelte -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeaVerou/svelte-scrolly/HEAD/package.json --------------------------------------------------------------------------------