Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #435151

    Hi team,

    Is it possible to lower the dropdown/open speed of an accordian tab when you click it and it opens?

    #435623

    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

    #435858

    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?

    • This reply was modified 10 years, 2 months ago by anezz.
    #436383

    Hey!

    The 200 value is the speed. It’s in milliseconds so 1000 = 1 second.

    Cheers!
    Elliott

    • This reply was modified 10 years, 2 months ago by Elliott.
    #436550

    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.

    #437591

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.