javiercejudo/javiercejudo.com

View on GitHub
css/less/components/animations.less

Summary

Maintainability
Test Coverage
@import "../../../bower_components/preboot/less/preboot.less";

.jc-view-animation {
  &.ng-enter {
    .transition(.3s linear all);
    opacity: .5;

    &.ng-enter-active {
      opacity: 1;
    }
  }
}