You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

horizontal accordion - multiple effects Created Nov 16, 2009

This thread is solved

Views: 1156     Replies: 1     Last reply Jun 11, 2010  
You must login first before you can use this feature

leetee4000

Posts: 3

Registered:
Nov 16, 2009

horizontal accordion - multiple effects

Posted: Nov 16, 2009

I have the below code for the horizontal accordian. I want to also use the fade effect with this but it will not allow me to use more than one effect. Does anyone know of a way round this so that I can use multiple effects?

$("#accordion").tabs("#accordion div", {
tabs: 'h4',
effect: 'horizontal',
//effect: "fade", fadeInSpeed: "slow"
});
});

murbancic

Posts: 4

Registered:
Jun 10, 2010

» horizontal accordion - multiple effects

Posted: Jun 11, 2010

Reply to: horizontal accordion - multiple effects, from leetee4000
Anyone have an update on this? I am trying to do the same thing.