Skip to content

Commit

Permalink
updated animation for use menu
Browse files Browse the repository at this point in the history
  • Loading branch information
orizens committed May 6, 2017
1 parent f57e1d5 commit 42e33cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@

@keyframes slideInDown {
0% {
transform: translate3d(0,-100%,0) scale(0);
transform: scale(0.4);
opacity: 0;
}

100% {
transform: translate3d(0,0,0) scale(1);
transform: scale(1);
opacity: 1;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ enum Key {
<a class="list-group-item" href="http://github.com/orizens/echoes-player" target="_blank">
<i class="fa fa-github"></i> Source Code @Github
</a>
<a class="list-group-item" href="https://travis-ci.org/orizens/echoes-player" target="_blank">
<a class="list-group-item" *ngIf="!hide" href="https://travis-ci.org/orizens/echoes-player" target="_blank">
<img src="https://travis-ci.org/orizens/echoes-player.svg?branch=master">
</a>
<div class="list-group-item" target="_blank">
Expand Down

0 comments on commit 42e33cd

Please sign in to comment.