Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #635561

    Hi
    Is it possible to slow down the speed when you open a Accordion?
    I want I to open a little slower (smoother).

    Any smart CSS to make this work?

    #635733

    Hey isveian,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #635783

    Sure, here it is.
    I have two accordions right above the footer.
    In the main menu: the two menu items to the left takes you down to the accordions.

    #636563

    Hi,

    Yes, this is possible but you have to modify line 2515 of js > shortcodes.js file:

    content.addClass('active_tc').slideDown(200,
    

    .. replace it with:

    content.addClass('active_tc').slideDown('slow',
    

    Best regards,
    Ismael

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