diff options
| author | Jacob Thornton <[email protected]> | 2011-11-03 14:45:53 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-11-03 14:45:53 -0700 |
| commit | 1b4b97d53015bc628a2eb001bcd569fb923a3c0c (patch) | |
| tree | 98baf3b0b2530d148d1d83dc0dbf96b5aa85e3b6 /lib | |
| parent | d8118084948fd5315870c91bb543eef3cee357a2 (diff) | |
| download | bootstrap-1b4b97d53015bc628a2eb001bcd569fb923a3c0c.tar.xz bootstrap-1b4b97d53015bc628a2eb001bcd569fb923a3c0c.zip | |
rebuild css, add preserve-3d for faster animations, fix whitespace in mixins.less
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/mixins.less | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/mixins.less b/lib/mixins.less index c83ada6e1..952d9d876 100644 --- a/lib/mixins.less +++ b/lib/mixins.less @@ -111,11 +111,12 @@ // Transitions .transition(@transition) { - -webkit-transition: @transition; - -moz-transition: @transition; - -ms-transition: @transition; - -o-transition: @transition; - transition: @transition; +-webkit-transform-style: e(%("preserve-3d")); + -webkit-transition: @transition; + -moz-transition: @transition; + -ms-transition: @transition; + -o-transition: @transition; + transition: @transition; } // Background clipping |
