An Ember.js wrapper for the Popmotion animation library.
npm install ember-popmotion

A simple Ember.js wrapper for the innovative Popmotion animation library.
Note: The ember-popmotion version number tracks the popmotion version.
ember install ember-popmotion
``js
import motion from 'ember-popmotion';
motion.tween();
``
For more instructions, consult the Popmotion Guides.