Skip to content

Commit 474c756

Browse files
author
Cory Faller
committed
Change "new build" animation
1 parent 6a0c9ae commit 474c756

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

source/modules/_app/styles/wall.less

+2-13
Original file line numberDiff line numberDiff line change
@@ -593,23 +593,12 @@ h1.bar {
593593
&.failure { background-color: @failure; color: @white; }
594594
&.ng-enter {
595595
transition: all ease 1s;
596-
transform: scale( .9, .9 );
596+
transform: translateX( -100% );
597597
opacity: 0;
598-
margin-top: -90px;
599598
}
600599
&.ng-enter-active {
601-
transform: scale(1,1);
600+
transform: translateX( 0 );
602601
opacity: 1;
603-
margin-top: 0;
604-
}
605-
&.ng-leave {
606-
transition: all ease 1s;
607-
transform: scale(1,1);
608-
opacity: 1;
609-
}
610-
&.ng-leave-active {
611-
transform: scale( .9, .9 );
612-
opacity: 0;
613602
}
614603
.author {
615604

0 commit comments

Comments
 (0)