1.0.1 • Published 8 years ago

ember-tweenlite v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Ember-tweenlite

npm version Build Status

Installs gsap and exposes tweenlite to your project. It will import the minified version for production builds only, and won't import anything if your app is running in fastboot.

Usage

ember install ember-tweenlite

Then in your app or addon's module.

import TweenLite from 'tweenlite';