chrism / ember-animated-tools

Helper tools for developing ember-animated motions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-animated-tools

[Short description of the addon.]

Compatibility

  • Ember.js v2.18 or above
  • Ember CLI v2.13 or above

Installation

ember install my-addon

Usage

Add the slideable widget:

<AnimatedTools />

Or add it, but keep it hidden until a hotkey reveals it:

<AnimatedTools @hideUntilKeys="Ctrl-Shift-KeyA" />

Or if you want to use the lower-level pieces, you can directly place the <MotionIndicator /> or <TimeControl /> components wherever you like.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

About

Helper tools for developing ember-animated motions

License:MIT License


Languages

Language:JavaScript 74.3%Language:HTML 15.4%Language:CSS 10.2%