T
T
Tyu Vyacheslav2022-01-19 13:46:39
css
Tyu Vyacheslav, 2022-01-19 13:46:39

How can you make an animation of a picture?

The essence of the animation is that there is a map, initially it is transparent, and you need the gradient to gradually color the entire map, how can this be done?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alfieros, 2022-01-19
@mrsexy

@keyframes animated {
0% { background-color: #fff0; }
50% { background-color: #ffffff7d; }
100% { background-color: #fff; }
}
And add the animated class to the desired block.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question