[Jifty-commit] r1329 - in jifty/trunk: share/web/static/js

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Jun 21 00:54:29 EDT 2006


Author: trs
Date: Wed Jun 21 00:54:28 2006
New Revision: 1329

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/share/web/static/js/jifty.js

Log:
 r13276 at zot:  tom | 2006-06-21 00:54:20 -0400
 Slightly different ratio of time at full opacity to time during fade


Modified: jifty/trunk/share/web/static/js/jifty.js
==============================================================================
--- jifty/trunk/share/web/static/js/jifty.js	(original)
+++ jifty/trunk/share/web/static/js/jifty.js	Wed Jun 21 00:54:28 2006
@@ -774,8 +774,8 @@
     }
     
     setTimeout(function () {
-	    new Effect.Fade(node, {duration: 5.0});
-    }, 2000);
+	    new Effect.Fade(node, {duration: 3.0});
+    }, 3500);
 }
 
 Jifty.Autocompleter = Class.create();


More information about the Jifty-commit mailing list