ember-css-transitions

v3.0.0
Ember implementation of CSS Transitions. Just like ng-animate and react animation but for Ember.
ember-addon animation

lint

npm-run-all --aggregate-output --continue-on-error --parallel "lint:!(fix)"

test

npm-run-all lint test:*

build

ember build --environment=production

start

ember serve

lint:js

eslint . --cache

lint:fix

npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix

lint:hbs

ember-template-lint .

test:ember

ember test

lint:js:fix

eslint . --fix

lint:hbs:fix

ember-template-lint . --fix

test:ember-compatibility

ember try:each

Metadata

  • MIT
  • 12.* || 14.* || >= 16
  • Petter Kjelkenes
  • released 2/7/2022

Downloads