Skip to content

Commit

Permalink
Removed container fadein animation.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Oct 18, 2016
1 parent 7e49f06 commit 973188a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions resources/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,13 +239,6 @@ nav h3 {
width: 1170px;
};
}
.container {
animation: fadein 1s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}

/* PANEL STYLES */
.wrap-panels {
Expand Down

0 comments on commit 973188a

Please sign in to comment.