mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-06 05:37:39 +02:00
fixes #4178: translate3d instead of translate
This commit is contained in:
@@ -291,10 +291,10 @@
|
|||||||
transform: skew(@x, @y);
|
transform: skew(@x, @y);
|
||||||
}
|
}
|
||||||
.translate3d(@x, @y, @z) {
|
.translate3d(@x, @y, @z) {
|
||||||
-webkit-transform: translate(@x, @y, @z);
|
-webkit-transform: translate3d(@x, @y, @z);
|
||||||
-moz-transform: translate(@x, @y, @z);
|
-moz-transform: translate3d(@x, @y, @z);
|
||||||
-o-transform: translate(@x, @y, @z);
|
-o-transform: translate3d(@x, @y, @z);
|
||||||
transform: translate(@x, @y, @z);
|
transform: translate3d(@x, @y, @z);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Backface visibility
|
// Backface visibility
|
||||||
|
Reference in New Issue
Block a user