šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

ember-animated-tools

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-animated-tools

Components that help you develop and debug ember-animated transitions

2.0.0
latest
Source
npm
Version published
Weekly downloads
852
47.4%
Maintainers
1
Weekly downloads
Ā 
Created
Source

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.

Keywords

ember-addon

FAQs

Package last updated on 05 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts