]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add transition to thumbnails
authorMark Otto <markotto@twitter.com>
Wed, 15 Aug 2012 21:45:35 +0000 (14:45 -0700)
committerMark Otto <markotto@twitter.com>
Wed, 15 Aug 2012 21:45:35 +0000 (14:45 -0700)
docs/assets/css/bootstrap.css
less/thumbnails.less

index 7d706b036e1ab3e7623971e5dfa246ffd3712b62..c31566751701a2416b7c9db833470b006d97fae6 100644 (file)
@@ -5059,6 +5059,10 @@ input[type="submit"].btn.btn-mini {
   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
           box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
+  -webkit-transition: all 0.2s linear;
+     -moz-transition: all 0.2s linear;
+       -o-transition: all 0.2s linear;
+          transition: all 0.2s linear;
 }
 
 a.thumbnail:hover {
index 99b09dd86b9a8bb33d736310322438eb26309479..280266ff90ed2927a403562758e63d129d0c7990 100644 (file)
@@ -31,6 +31,7 @@
   border: 1px solid #ddd;
   .border-radius(4px);
   .box-shadow(0 1px 3px rgba(0,0,0,.055));
+  .transition(all .2s linear);
 }
 // Add a hover state for linked versions only
 a.thumbnail:hover {