0
Eae personal, beauty?
I have two icons and each one of them has a different Transform effect, my doubt is:
When I hover over icon1, there is some way to trigger the icon2 effect at the same time?
my code is like this:
#icon1:hover{
transform: rotate(360deg);
transition: 2s;
}
#icon2:hover{
transform: translate(20px, 0px);
transition: 2s;
}
It will depend on the structure of the HTML. It would be interesting to post on the question how are these icons.
– Sam