aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-02 22:33:49 -0800
committerJacob Thornton <[email protected]>2012-01-02 22:33:49 -0800
commitf5bcfaec2c13eb3102ffc2890a69a7c2b725ff36 (patch)
tree0a5222df38bba13c506317307b477b9a179f8ac5 /bootstrap.css
parent3fb6f6ee8670acff0c681c621b87a06a087f94be (diff)
downloadbootstrap-f5bcfaec2c13eb3102ffc2890a69a7c2b725ff36.tar.xz
bootstrap-f5bcfaec2c13eb3102ffc2890a69a7c2b725ff36.zip
ease-in-out slide transition
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/bootstrap.css b/bootstrap.css
index b4fd7e748..5413144e9 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Mon Jan 2 22:30:09 PST 2012
+ * Date: Mon Jan 2 22:33:44 PST 2012
*/
html, body {
margin: 0;
@@ -2595,11 +2595,11 @@ a.thumbnail:hover {
.carousel .item {
display: none;
position: relative;
- -webkit-transition: 0.25s linear left;
- -moz-transition: 0.25s linear left;
- -ms-transition: 0.25s linear left;
- -o-transition: 0.25s linear left;
- transition: 0.25s linear left;
+ -webkit-transition: 0.6s ease-in-out left;
+ -moz-transition: 0.6s ease-in-out left;
+ -ms-transition: 0.6s ease-in-out left;
+ -o-transition: 0.6s ease-in-out left;
+ transition: 0.6s ease-in-out left;
}
.carousel .active, .carousel .next, .carousel .prev {
display: block;