diff options
| author | Jacob Thornton <[email protected]> | 2012-01-30 13:59:05 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-30 13:59:05 -0800 |
| commit | 155047c3e6cfe589f1f244cdeb4e37244ab206ca (patch) | |
| tree | a43d64eadb110575114491879032ec5bcb6853a4 | |
| parent | 74f2a89611b818fda662dbbbb5d978549cae14c2 (diff) | |
| download | bootstrap-155047c3e6cfe589f1f244cdeb4e37244ab206ca.tar.xz bootstrap-155047c3e6cfe589f1f244cdeb4e37244ab206ca.zip | |
speed up topbar animation for responsive
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 52238 -> 52285 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 1 | ||||
| -rw-r--r-- | less/responsive.less | 3 |
3 files changed, 3 insertions, 1 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 300737ac4..fed424c46 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index 8fe389563..f00ec1de3 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -374,6 +374,7 @@ .nav-collapse { overflow: hidden; height: 0; + -webkit-transform: translate3d(0, 0, 0); } } @media (min-width: 940px) { diff --git a/less/responsive.less b/less/responsive.less index e9920251e..295625438 100644 --- a/less/responsive.less +++ b/less/responsive.less @@ -278,6 +278,7 @@ .nav-collapse { overflow: hidden; height: 0; + -webkit-transform: translate3d(0, 0, 0); // activate the GPU } } @@ -304,7 +305,7 @@ // Fluid grid #fluidGridSystem > .generate(12, 5.982905983%, 2.564102564%); - + // Input grid #inputGridSystem > .generate(12, 70px, 30px); |
