Skip to content

Commit

Permalink
Fix slider animation
Browse files Browse the repository at this point in the history
  • Loading branch information
yishn committed Jul 24, 2015
1 parent 1fc26c4 commit 202d04e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,10 @@ header, #bar #edit, #bar #scoring {
right: 0;
left: 0;
height: 0%;
z-index: 2;
background: #393939;
transition: .5s height;
box-shadow: 0 0 10px #111;
z-index: 2;
transition: .5s height, .2s background;
}
#sidebar .slider.active div, #sidebar .slider:hover div {
background: #494949;
Expand Down

0 comments on commit 202d04e

Please sign in to comment.