Skip to content

Instantly share code, notes, and snippets.

@iezer
Created January 13, 2017 23:02
Show Gist options
  • Save iezer/11455ec943c381774636827e9d774d56 to your computer and use it in GitHub Desktop.
Save iezer/11455ec943c381774636827e9d774d56 to your computer and use it in GitHub Desktop.
Ember Elsewhere Application Controller
import Ember from 'ember';
let duration = 400;
export default Ember.Controller.extend({
animationRules
});
function animationRules() {
this.transition(
this.toValue(true),
this.useAndReverse('fade', { duration })
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment