Answer the question
In order to leave comments, you need to log in
How to make animation for accordion?
tried via jquery accordion({animate: 3000}); can it be done via css with this example?
Answer the question
In order to leave comments, you need to log in
Why is it so difficult, all you need is:
$(".product-performance-item").click(function () {
$(this).next().slideToggle("fast");
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question