dispatch:viewport

v1.0.0Published 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 Circle CI

##Usage

meteor add dispatch:viewport

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