Answer the question
In order to leave comments, you need to log in
Is it possible to make a hover: comet tail animation on multiple elements with just css?
Imagine that there is a chessboard, where each square is a separate element.
And if you start moving the mouse over this board, then there should be a "comet tail" effect.
If someone can do this in pure css please show me an example.
Answer the question
In order to leave comments, you need to log in
If I understood you correctly, then this is what you need. codepen.io/Kublyakov/pen/KzmvVX
When hovering, we change the color, and due to the transition
color changing not immediately, but gradually, in my case within 0.5 seconds. I think the meaning is clear and you can modify for your purposes.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question