From ce22a65367e813e9aac6fd9703522887dc292a9b Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 13 Aug 2015 13:00:20 +0800 Subject: [PATCH] css-bootstrap/bootstrap.css --- css-bootstrap/bootstrap.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css-bootstrap/bootstrap.css b/css-bootstrap/bootstrap.css index ba6fac53b7..576c9e1d61 100644 --- a/css-bootstrap/bootstrap.css +++ b/css-bootstrap/bootstrap.css @@ -6070,7 +6070,8 @@ button.close { -webkit-transition: -webkit-transform .6s ease-in-out; -o-transition: -o-transform .6s ease-in-out; transition: transform .6s ease-in-out; - + -moz-transition: all .6s ease-in-out; + -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000; @@ -6080,12 +6081,14 @@ button.close { .carousel-inner > .item.active.right { left: 0; -webkit-transform: translate3d(100%, 0, 0); + -moz-transition: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } .carousel-inner > .item.prev, .carousel-inner > .item.active.left { left: 0; -webkit-transform: translate3d(-100%, 0, 0); + -moz-transition: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } .carousel-inner > .item.next.left, @@ -6093,6 +6096,7 @@ button.close { .carousel-inner > .item.active { left: 0; -webkit-transform: translate3d(0, 0, 0); + -moz-transition: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } -- 2.39.2