P
P
paveltrty2020-07-04 17:34:35
React
paveltrty, 2020-07-04 17:34:35

You can see how another page is rendered, how to fix it?

I made such an effect when switching to another page (this) , but you can see how another page is rendered, how can I fix this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
H
hzzzzl, 2020-07-04
@hzzzzl

.first:hover::before{
  animation: eye 3s ease-in-out infinite;
}

instead make a class to do it
once - change infinite to forward
https://jsfiddle.net/oyub5rfd/

U
ubbe_lodbroke, 2020-07-04
@ubbe_lodbroke

remove infinite, and at the end, remove the class with this animation

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question