Hi there.
Is there a way to change the default animation that jQuery accordion uses? It appears to be "slide" but I'd like to use a Bounce or Drop effect.
Here's my current code:
$("#accordion").accordion({ autoHeight: false, collapsible: true, event: 'click', active: 4 });
I'd like to change this from a slide to a drop or a bounce.
TTFN Travis