Skip to content

Commit

Permalink
faster slide animations
Browse files Browse the repository at this point in the history
  • Loading branch information
pravdomil authored Jul 3, 2018
1 parent 74bcbde commit f7d6b9d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions resources/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ h5.gheader {

/* NAVIGATION */
nav {
-webkit-transition: left .7s;
-webkit-transition: left .2s;
background: #1C1C1C;
border-right: 3px solid #5bc0de;
height: 100%;
left: -236px;
overflow: hidden;
position: fixed;
top: 0;
transition: left .7s;
transition: left .2s;
width: 300px;
z-index: 2;
}
Expand Down Expand Up @@ -114,7 +114,7 @@ nav.active .nav-ws-status {
nav .nav-bars,
nav .nav-gears,
nav .nav-ws-status {
-webkit-transition: opacity .7s;
-webkit-transition: opacity .2s;
color: #9E9E9E;
cursor: pointer;
float: right;
Expand All @@ -125,7 +125,7 @@ nav .nav-ws-status {
position: fixed;
text-align: center;
top: 30px;
transition: opacity .7s;
transition: opacity .2s;
width: 32px;
}
nav .nav-gears {
Expand Down Expand Up @@ -162,7 +162,7 @@ nav li a {
padding: 9px 20px;
text-overflow: ellipsis;
text-transform: uppercase;
transition: opacity .7s;
transition: opacity .2s;
white-space: nowrap;
}
nav.active li a {
Expand Down

0 comments on commit f7d6b9d

Please sign in to comment.