UNPKG

webappengine

Version:

A web application platform that can host multiple web apps running with Node.js.

13 lines (9 loc) 257 B
Simply scrolls the browser to the top of the page on every transition so that users aren't left at the bottom of a page after clicking a link. ### Example ```js var AppRouter = Router.create({ scrollBehavior: Router.ScrollToTopBehavior //... }); ```