I
I
IgorGlotov2018-06-25 08:53:26
JavaScript
IgorGlotov, 2018-06-25 08:53:26

What plugins can be used to implement this slider?

zTX22.gif%D1%86
Hello. Faced a problem with the implementation of this slider. The essence of the problem is flipping through 4 slides with a fade effect, most plugins, for example, Slick, are able to display only one slide with this effect. The search for ready-made similar solutions was not successful. Please suggest any plugin that can solve this problem.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Timofeev, 2018-06-25
@webinar

Make the fade effect separate with keyframes. Slick and other sliders add a class to active elements. So just cling to it and hang the animation with a delay through :nth-of-type. Sometimes the structure will not allow you to do this, then you can add your own class to js with a delay, on the item activation event.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question