slowed the slide effect to 600, not sure why it was at 400
authorDylan Lloyd <dylan@psu.edu>
Tue, 11 Jan 2011 04:47:19 +0000 (23:47 -0500)
committerDylan Lloyd <dylan@psu.edu>
Tue, 11 Jan 2011 04:47:19 +0000 (23:47 -0500)
includes/all.js
includes/tabs.js

index af96a87..5760c4d 100644 (file)
@@ -262,7 +262,7 @@ b.callback.apply(this,arguments);a.dequeue()}})})}})(jQuery);
 
                var activeTab = $(this).attr("href") + '_';
                if (i==1)
-                       $(activeTab).show("slide", 400);
+                       $(activeTab).show("slide", 600);
                else
                        $(activeTab).show("puff", 600);
                $(activeTab).addClass("active_tab");
index a3c4ded..b4036f4 100644 (file)
@@ -13,7 +13,7 @@ $(document).ready(function() {
 
                var activeTab = $(this).attr("href") + '_';
                if (i==1)
-                       $(activeTab).show("slide", 400);
+                       $(activeTab).show("slide", 600);
                else
                        $(activeTab).show("puff", 600);
                $(activeTab).addClass("active_tab");