Skip to content

afeiship/next-scroll-minder

Repository files navigation

next-scroll-minder

Scroll reminder for native OR simulate scroller.

install

npm install afeiship/next-scroll-minder

usage:

// history.scrollRestoration

import NxScrollMinder from 'next-scroll-minder';

//attach when window/your scroller loaded:
NxScrollMinder.attach(window/this._scroller);
NxScrollMinder.attachNative(window);
NxScrollMinder.attachSimulate(this._scroller);
// manual trigger if you needed:
NxScrollMinder.scrollToRestored();

About

Scroll reminder for native OR simulate scroller.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published