Follow me @MarkXA

Subscribe

Donate

Forum

 
ForumForumSupportSupportDNN menuDNN menuChanging animation speed in Accordion?Changing animation speed in Accordion?
Previous Previous
 
Next Next
New Post
 26/03/2011 03:07
 

Does anyone know if there's a way of changing the speed of the drop-down animation when using the Accordion menu style? We'd like to make it somewhat slower. I've trawled through the JQuery libary documentation and come up with a blank but I'm very new to JQuery so it's quite likely I've missed something.

New Post
 12/04/2011 14:41
 

Hmm...I assume this is using the same jquery thing that my menu uses?

If so, then you need to download the JS file from the website where it is hosted. You can then modify the various properties included in it, such as speed for the menu expand, etc.

Once you have done this, save it to your local server, and change the path reference to point to its new location.

I guess that is all you need to do. Should just work...

You are looking for these entries...

slideUp(600);this.getPanes().eq(f).slideDown(800,e)}

Make the values whatever you like....


//Mike

New Post
 12/04/2011 14:41
 

Hmm...I assume this is using the same jquery thing that my menu uses?

If so, then you need to download the JS file from the website where it is hosted. You can then modify the various properties included in it, such as speed for the menu expand, etc.

Once you have done this, save it to your local server, and change the path reference to point to its new location.

I guess that is all you need to do. Should just work...

You are looking for these entries...

slideUp(600);this.getPanes().eq(f).slideDown(800,e)}

Make the values whatever you like....


//Mike

Previous Previous
 
Next Next
ForumForumSupportSupportDNN menuDNN menuChanging animation speed in Accordion?Changing animation speed in Accordion?

Register / login

Please note, to post on this forum you will need to register or log in.