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)
Hey peanuttario!
It does look like Enfold’s accordion element to me – http://kriesi.at/themes/enfold/shortcodes/toggles-accordions/? :)
Cheers!
Yigit
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 :)