npm.io
0.1.2 • Published 7 years ago

remorajs

Licence
ISC
Version
0.1.2
Deps
0
Size
4 kB
Vulns
0
Weekly
0

Remora JS

Framework agnostic lib for stick-scrolling DOM elements.

Just wrap your block into following markup

<div id="container">
  <div id="target">Your content here</div>
</div>  

and launch

let myRemora = new Remora({
  target: document.getElementById('target'),
  container: document.getElementById('container')
})

dont forget to destroy then dont need more.

myRemora.destroy()

super simple :)