From 31a7dad2dab39077d6e81f6790e9b4357f838eba Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Wed, 29 Dec 2010 22:52:30 -0500 Subject: [PATCH] src : change duration to 800 ms --- css/style.css | 12 ++++++++---- src/jquery.isotope.js | 3 ++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index aedb9f0..49ed927 100644 --- a/css/style.css +++ b/css/style.css @@ -181,10 +181,10 @@ body { .iso-container.isotope, .isotope .element { - -webkit-transition-duration: 1.0s; - -moz-transition-duration: 1.0s; -/* -o-transition-duration: 1.0s;*/ - transition-duration: 1.0s; + -webkit-transition-duration: 0.8s; + -moz-transition-duration: 0.8s; +/* -o-transition-duration: 0.8s;*/ + transition-duration: 0.8s; } @@ -297,6 +297,10 @@ body { height: 80%; } +#copy { + max-width: 640px; +} + /**** Docs ****/ diff --git a/src/jquery.isotope.js b/src/jquery.isotope.js index 3e07af3..e029f49 100755 --- a/src/jquery.isotope.js +++ b/src/jquery.isotope.js @@ -27,7 +27,8 @@ { opacity : 1 }, animationEngine : 'best-available', animationOptions: { - queue: false + queue: false, + duration: 800 }, sortBy : 'original-order', sortAscending : true