Commit d6d8e204 authored by Hayden Bleasel's avatar Hayden Bleasel
Browse files

Added Firefox support for CSS3 carousel transition

parent 4fa2d9e0
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment