This effect works better here than fade
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 16 Mar 2010 06:44:48 +0000 (00:44 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 16 Mar 2010 21:31:20 +0000 (15:31 -0600)
imp/js/imp.js

index d9c5b93..4cf95d9 100644 (file)
@@ -37,7 +37,7 @@ document.observe('dom:loaded', function() {
 
         e.stop();
 
-        elt.fade({
+        elt.slideUp({
             afterFinish: function() { elt.remove(); },
             duration: 0.6
         });