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:
Binary file not shown.
+1
@@ -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) {
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -304,7 +305,7 @@
|
|||||||
|
|
||||||
// Fluid grid
|
// Fluid grid
|
||||||
#fluidGridSystem > .generate(12, 5.982905983%, 2.564102564%);
|
#fluidGridSystem > .generate(12, 5.982905983%, 2.564102564%);
|
||||||
|
|
||||||
// Input grid
|
// Input grid
|
||||||
#inputGridSystem > .generate(12, 70px, 30px);
|
#inputGridSystem > .generate(12, 70px, 30px);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user