A
A
Antonio092020-05-06 09:59:57
css
Antonio09, 2020-05-06 09:59:57

Why is the animation not happening?

https://jsfiddle.net/mqvhpscr/

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
hzzzzl, 2020-05-06
@Antonio09

li {
  transition: 1s;  /* это добавить */
}

ul:hover li {
  transform: rotateY(360deg);  /* без пробела */
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question