Closed (works as designed)
Project:
Frequently Asked Questions
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Aug 2010 at 19:11 UTC
Updated:
14 Sep 2010 at 23:59 UTC
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.