V
V
VANY2014-11-10 15:55:55
css
VANY, 2014-11-10 15:55:55

CSS Blur animation - delayed start?

Hello.
Available:
<div class="blur">Something</div>

.blur {
    -webkit-filter: blur(5px);
}

How to force divs to come out of blur after a certain amount of time? Those. blur(0px). I don't know much about CSS animations, but I'm sure the solution is in there somewhere :) I'd love some help!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Denis Ineshin, 2014-11-10
@IonDen

Of course keyframes

K
Kirill Grachev, 2014-11-10
@Metroqq

jsfiddle.net/yquweh29

M
Maxim Grechushnikov, 2014-12-19
@maxyc_webber

Here is how to make a delayed start, or start an animation on an event,
you need animation-delay
devdocs.ru/verstka/css3-animations-for-beginners

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question