scroll-saver
v1.0.1
Published
A simple browser scroll management tool which can save and restore scroll value.
Downloads
60
Readme
scroll-saver
A simple browser scroll management tool which can save and restore scroll value.
API
save()
Save window current scroll position.
restore()
Restore previously saved window scroll position.
Example
import ScrollSaver from 'scroll-saver';
// ...
const scrollSaver = new ScrollSaver();
// ...
scrollSaver.save();
// ...
scrollSaver.restore()