ember-animejs2

0.0.4 • Public • Published

npm version Build Status

ember-animejs

An Ember.js wrapper for the animation library anime.js.

installation

ember install ember-animejs

usage

import anime from 'ember-animejs';

export default Ember.Component.extend({
  didInsertElement() {
    this._super(...arguments);

    anime({
      targets: this.element,
      translateX: '100px'
    });
  }
});

For more information on the animejs api, check out their documentation.

Dependencies (3)

Dev Dependencies (20)

Package Sidebar

Install

npm i ember-animejs2

Weekly Downloads

2

Version

0.0.4

License

MIT

Unpacked Size

16 kB

Total Files

11

Last publish

Collaborators

  • nathanclark