Skip to content

Commit

Permalink
Change "new build" animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Faller committed Aug 16, 2016
1 parent 6a0c9ae commit 474c756
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions source/modules/_app/styles/wall.less
Original file line number Diff line number Diff line change
Expand Up @@ -593,23 +593,12 @@ h1.bar {
&.failure { background-color: @failure; color: @white; }
&.ng-enter {
transition: all ease 1s;
transform: scale( .9, .9 );
transform: translateX( -100% );
opacity: 0;
margin-top: -90px;
}
&.ng-enter-active {
transform: scale(1,1);
transform: translateX( 0 );
opacity: 1;
margin-top: 0;
}
&.ng-leave {
transition: all ease 1s;
transform: scale(1,1);
opacity: 1;
}
&.ng-leave-active {
transform: scale( .9, .9 );
opacity: 0;
}
.author {

Expand Down

0 comments on commit 474c756

Please sign in to comment.