Переходы между двумя разными анимациями, как их настроить? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Переходы между двумя разными анимациями, как их настроить?

У меня есть идея, хочу создать слайдер на css с возможностью ручного управления и автоматического перехода. Да знаю что легче использовать js, но вот как идиот хочу именно на css. Есть ли возможность настроить переход между двумя разными анимациями чтобы она была плавной, а не резкие перескоки с одного кадра на другой.

18th May 2018, 6:14 PM
Anton Kovalenko
Anton Kovalenko - avatar
1 Answer
0
Actually, you may use absolute positioning for this pupose so that every slide element will wave a button inside but you should offset buttons to align each in a row manually, then you may try to use css opacity animation when button is active of each slide. It depends on your's slider layout and desired animation, but it is not the best way to do it.
18th May 2018, 6:29 PM
BugBuster
BugBuster - avatar