In faq.js there's the following code:

    else {
      $(this).next('div.faq-dd-hide-answer').slideToggle('fast', function() {
        $(this).parent().toggleClass('expanded');
      });

But i can't see any animation when using the "accordion" effect for displaying answers.

Comments

xpla’s picture

Nobody?

chroid’s picture

I noticed the same issue, with 'accordian effect' checked the slide toggle didn't actually work, however, when I unchecked it, the slide toggle started working!?

stella’s picture

Status: Active » Closed (works as designed)

Yep, if you look at the code a few lines above from where you pasted from, you'll see that the slideToggle is only used when not using the accordion effect. So unless someone provides a patch, this is by design.