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
Comment #1
xpla commentedNobody?
Comment #2
chroid commentedI 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!?
Comment #3
stella commentedYep, 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.