From: Hayden Bleasel Date: Mon, 7 Jul 2014 02:20:06 +0000 (+1000) Subject: Added Firefox support for CSS3 carousel transition X-Git-Tag: v3.3.0~272^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6d8e204e6fac2fbe77b91dd50c30bc0f2d472e4;p=thirdparty%2Fbootstrap.git Added Firefox support for CSS3 carousel transition --- diff --git a/less/carousel.less b/less/carousel.less index ea3cade88e..0cd7dc68e0 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -26,7 +26,7 @@ } // WebKit CSS3 transforms for supported devices - @media all and (-webkit-transform-3d) { + @media all and (transform-3d), (-webkit-transform-3d) { .transition-transform(~'0.6s ease-in-out'); .backface-visibility(~'hidden'); .perspective(1000);