Author: jmorliaguet
Date: Sat Feb 25 00:09:15 2006
New Revision: 2451

Modified:
   cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js
Log:

- fixed the final clipping in the "blind down" effect



Modified: cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js
==============================================================================
--- cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js (original)
+++ cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js Sat Feb 25 
00:09:15 2006
@@ -907,6 +907,7 @@
         Element.setStyle(node, {height: height*value + 'px'});
       },
       onComplete: function() {
+        Element.setStyle(node, {height: height + 'px'});
         Element.undoClipping(node);
       }
     });
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to