dispatch:viewport

v0.0.2Published 10 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

Viewport Build Status

##Usage

meteor add dispatch:viewport

Viewport('page').goTo('login', { myData: true, transition: Viewport.Transition.slideX }, function () {
  // transition is done
});