Tagged: accordian
Hi team,
Is it possible to lower the dropdown/open speed of an accordian tab when you click it and it opens?
Hi anezz!
Try line 2471 in the /enfold/js/shortcodes.js file.
content.slideUp(200, function()
If it’s not that one then it’s most likely 2483 or 2490.
Best regards,
Elliott
Thanks, but thats only the function to make it roll up when its open. Are there any way to change the actual opening speed as well?
Hey!
The 200 value is the speed. It’s in milliseconds so 1000 = 1 second.
Cheers!
Elliott
Hi again,
Let me try explaining in another way.
I’m fully aware of what the value indicates, what i need is to change the speed when it opens, none of the original lines in the code you posted does that, they only change the closing speed of a tab. If i am mistaken, are you then able to pinpoint which is the closing speed and one of them are the closing speed?
Thanks again.
Hey!
Well closing them it’s possible but for opening them there is no animation applied. It’s just CSS so it’s going to take a bit more work than I thought. In this case it would be best to hire a freelancer out to help you with this customization.
Best regards,
Elliott