mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 14:00:24 +00:00
Added Firefox support for CSS3 carousel transition
This commit is contained in:
parent
4fa2d9e0ca
commit
d6d8e204e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue