Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 217 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 217 Bytes

SOS.js

Stick elements on page's scroll

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

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