From: Edward Date: Thu, 13 Aug 2015 05:04:58 +0000 (+0800) Subject: css-bootstrap/bootstrap.css X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=a74f0d3db7e6c3c4572b382ea2acc32c7f7451c5;p=roojs1 css-bootstrap/bootstrap.css --- diff --git a/css-bootstrap/bootstrap.css b/css-bootstrap/bootstrap.css index 576c9e1d61..ba6fac53b7 100644 --- a/css-bootstrap/bootstrap.css +++ b/css-bootstrap/bootstrap.css @@ -6070,8 +6070,7 @@ 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; @@ -6081,14 +6080,12 @@ 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, @@ -6096,7 +6093,6 @@ 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); } }