N
N
nashivancom2021-06-05 20:42:37
css
nashivancom, 2021-06-05 20:42:37

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

1 answer(s)
V
Vladislav Chernenko, 2021-06-05
@nashivancom

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 question

Ask a Question

731 491 924 answers to any question