0.1.2 • Published 5 years ago

remorajs v0.1.2

Weekly downloads
6
License
ISC
Repository
github
Last release
5 years ago

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 :)

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago