Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rafaelverger/sos.js

JS lib to stick elements on scroll
https://github.com/rafaelverger/sos.js

es2015 es6 javascript sticky-elements vanilla-js vanillajs

Last synced: 22 days ago
JSON representation

JS lib to stick elements on scroll

Awesome Lists containing this project

README

        

# SOS.js
### Stick elements on page's scroll

```js
// to search for all elements with "data-fos" attribute
SOS.discoverAll()

// to bind to an specific element
SOS.stickOnScroll(document.querySelector('#elmt'));
```