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

    Hi guys! I was wondering if it was possible to add an animation to the accordion element similar to the one on this site:

    toggle (see bottom of page)

    #633273

    Hey peanuttario!

    It does look like Enfold’s accordion element to me – http://kriesi.at/themes/enfold/shortcodes/toggles-accordions/? :)

    Cheers!
    Yigit

    #633291

    I actually just meant the transition animation when you click the toggle. It looks like the transition is this:

    
    .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
        padding: 20px 0;
        color: #666666;
        font-weight: 700;
        -webkit-transition: all 0.07s ease;
        -moz-transition: all 0.07s ease;
        -ms-transition: all 0.07s ease;
        -o-transition: all 0.07s ease;
        transition: all 0.07s ease;
    }
    

    just not sure how to apply it to enfolds! Thanks :)

    #634853

    Hi,

    I’m not sure why they add the transition property there but the toggle will work the same with or without the transition property.

    Best regards,
    Ismael

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