gitextract_ihm_xnm8/ ├── .gitignore ├── .npmignore ├── README.md ├── build.js ├── dist/ │ ├── stickyelements-animate.js │ └── stickyelements.js ├── package.json ├── src/ │ ├── StickyElement.js │ └── stickyElements.js └── test/ ├── index.html ├── test.html └── test.js