Skip to content

Commit

Permalink
[remove] TranslateZ hack
Browse files Browse the repository at this point in the history
  • Loading branch information
nhunzaker committed May 1, 2015
1 parent 9e1e864 commit 4488c20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style/components/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ $col-menu-z-index : 1 !default;
.col-menu-enter,
.col-menu-leave.col-menu-leave-active {
opacity: 0;
transform: translateZ(0) scale(0.2);
transition: 0.2s all;
transform: scale(0.2);
transition: 0.3s all;
z-index: 100;

.col-menu-item {
Expand All @@ -103,7 +103,7 @@ $col-menu-z-index : 1 !default;
.col-menu-enter.col-menu-enter-active,
.col-menu-leave {
opacity: 1;
transform: translateZ(0);
transform: none;
transition: 0.2s all;

.col-menu-item {
Expand Down

0 comments on commit 4488c20

Please sign in to comment.