includes/clientside/static/messagebox.js
changeset 699 c7d737202d59
parent 694 43367c66d869
child 779 609e35845ec3
--- a/includes/clientside/static/messagebox.js	Sun Aug 17 23:24:41 2008 -0400
+++ b/includes/clientside/static/messagebox.js	Thu Aug 21 08:24:04 2008 -0400
@@ -325,7 +325,8 @@
   if ( !aclDisableTransitionFX )
   {
     load_component('flyin');
-    load_component('SpryEffects');
+    load_component('jquery');
+    load_component('jquery-ui');
   }
   var darkener = darken(aclDisableTransitionFX, 40, 'miniprompt_darkener');
   
@@ -372,8 +373,7 @@
   {
     if ( !aclDisableTransitionFX )
     {
-      // for some reason, spry's pulsate effects takes duration in ms instead of seconds.
-      (new Spry.Effect.Pulsate(this.miniprompt, { duration: 500, from: '100%', to: '70%' })).start();
+      $(this.miniprompt).effect("pulsate", { times: 2 }, 200);
     }
   }