kill unintended transition into overview mode

master
Hakim El Hattab 2014-12-27 21:22:17 +01:00
parent abf402d044
commit 2cfe1174f1
2 changed files with 0 additions and 3 deletions

View File

@ -290,8 +290,6 @@ body {
overflow: visible;
z-index: 1;
text-align: center;
-webkit-transition: -webkit-perspective 0.4s ease;
transition: perspective 0.4s ease;
-webkit-perspective: 600px;
perspective: 600px;
-webkit-perspective-origin: 50% 40%;

View File

@ -368,7 +368,6 @@ body {
overflow: visible;
z-index: 1;
text-align: center;
transition: perspective .4s ease;
perspective: 600px;
perspective-origin: 50% 40%;
}