2.0.0 • Published 4 months ago

ember-animated-tools v2.0.0

Weekly downloads
1,663
License
MIT
Repository
github
Last release
4 months ago

Ember Animated Tools

A widget useful for slowing down and debugging Ember Animated animations.

Compatibility

  • Ember.js v4.8 or above
  • Embroider or ember-auto-import v2

Installation

ember install ember-animated-tools

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.

2.0.0

4 months ago

1.0.0

2 years ago

0.5.0

2 years ago

0.4.2

2 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago