Smooth Page Transitions in Meteor Apps


Summary of my bookmarked Github repositories from Nov 24th, 2014

Github repositories

  • subvisual/meteor-bender

    This website provides information about Bender, a deprecated package for implementing page transitions in Meteor applications. The site recommends using the meteor-transitioner package instead. It offers installation instructions and provides a code example to initialize Bender with the page container. CSS code for animations is also provided. The available animations include slideLeft, slideRight, slideOverDown, slideOverUp, fadeIn, fadeOut, and none. The roadmap mentions plans for additional transition animations and increased configurability. Bender is free software released under specific licensing terms.