1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Added Firefox support for CSS3 carousel transition

This commit is contained in:
Hayden Bleasel 2014-07-07 12:20:06 +10:00
parent 4fa2d9e0ca
commit d6d8e204e6

View file

@ -26,7 +26,7 @@
} }
// WebKit CSS3 transforms for supported devices // 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'); .transition-transform(~'0.6s ease-in-out');
.backface-visibility(~'hidden'); .backface-visibility(~'hidden');
.perspective(1000); .perspective(1000);