Browse Source

src : change duration to 800 ms

pull/14/head
David DeSandro 14 years ago
parent
commit
31a7dad2da
  1. 12
      css/style.css
  2. 3
      src/jquery.isotope.js

12
css/style.css

@ -181,10 +181,10 @@ body {
.iso-container.isotope, .iso-container.isotope,
.isotope .element { .isotope .element {
-webkit-transition-duration: 1.0s; -webkit-transition-duration: 0.8s;
-moz-transition-duration: 1.0s; -moz-transition-duration: 0.8s;
/* -o-transition-duration: 1.0s;*/ /* -o-transition-duration: 0.8s;*/
transition-duration: 1.0s; transition-duration: 0.8s;
} }
@ -297,6 +297,10 @@ body {
height: 80%; height: 80%;
} }
#copy {
max-width: 640px;
}
/**** Docs ****/ /**** Docs ****/

3
src/jquery.isotope.js

@ -27,7 +27,8 @@
{ opacity : 1 }, { opacity : 1 },
animationEngine : 'best-available', animationEngine : 'best-available',
animationOptions: { animationOptions: {
queue: false queue: false,
duration: 800
}, },
sortBy : 'original-order', sortBy : 'original-order',
sortAscending : true sortAscending : true

Loading…
Cancel
Save