├── LICENSE ├── README.md ├── example.html ├── package.json ├── smoothscroll.js └── smoothscroll.min.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alicelieutier/smoothScroll/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alicelieutier/smoothScroll/HEAD/README.md -------------------------------------------------------------------------------- /example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alicelieutier/smoothScroll/HEAD/example.html -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alicelieutier/smoothScroll/HEAD/package.json -------------------------------------------------------------------------------- /smoothscroll.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alicelieutier/smoothScroll/HEAD/smoothscroll.js -------------------------------------------------------------------------------- /smoothscroll.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alicelieutier/smoothScroll/HEAD/smoothscroll.min.js --------------------------------------------------------------------------------