2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

speed up topbar animation for responsive

This commit is contained in:
Jacob Thornton
2012-01-30 13:59:05 -08:00
parent 74f2a89611
commit 155047c3e6
3 changed files with 3 additions and 1 deletions
Binary file not shown.
+1
View File
@@ -374,6 +374,7 @@
.nav-collapse { .nav-collapse {
overflow: hidden; overflow: hidden;
height: 0; height: 0;
-webkit-transform: translate3d(0, 0, 0);
} }
} }
@media (min-width: 940px) { @media (min-width: 940px) {
+1
View File
@@ -278,6 +278,7 @@
.nav-collapse { .nav-collapse {
overflow: hidden; overflow: hidden;
height: 0; height: 0;
-webkit-transform: translate3d(0, 0, 0); // activate the GPU
} }
} }