action menu animation improvements

This commit is contained in:
Adam Bradley
2015-08-28 20:57:50 -05:00
parent e0338f7c1c
commit cbb628b935
4 changed files with 13 additions and 7 deletions

View File

@@ -100,7 +100,8 @@ backdrop {
width: 100%;
height: 100%;
background-color: $backdrop-color;
opacity: 0;
opacity: 0.01;
display: block;
transform: translateZ(0);
}