Skip to content

Commit

Permalink
0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
devgk committed Jan 22, 2017
1 parent 6d9ff0e commit 7f6c8df
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions styles/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ position: fixed;
-webkit-perspective: 1000;
}
.transtionElement{
-webkit-transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-webkit-perspective: 1000;
}
Expand Down Expand Up @@ -65,6 +64,8 @@ letter-spacing: 0.6px;
overflow-x: hidden;
color: #555;
padding-top: 50px;
-webkit-backface-visibility: hidden;
-webkit-perspective: 1000;
}

/*------------HTML ELEMENTS-------------*/
Expand Down Expand Up @@ -118,15 +119,13 @@ padding: 5px 5px 6px 6px;
background-color: rgba(0,0,0,0.5);
transition: background-color .4s;
-webkit-transition: background-color .4s;
-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
-webkit-perspective: 1000;
}
.is-closed{
background-color: rgba(0,0,0,0.2);
transition: background-color .4s;
-webkit-transition: background-color .4s;
-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
-webkit-perspective: 1000;
}
Expand Down Expand Up @@ -241,8 +240,8 @@ min-height: 100%;
background-color: #f7f7f7;
margin-left: 0px;
z-index: 99;
transition: margin-left .4s;
-webkit-transition: margin-left .4s;
transition: margin-left .3s;
-webkit-transition: margin-left .3s;
-webkit-backface-visibility: hidden;
-webkit-perspective: 1000;
}
Expand Down

0 comments on commit 7f6c8df

Please sign in to comment.