E
E
Egishe2015-04-08 17:05:06
css
Egishe, 2015-04-08 17:05:06

How to loop CSS animation?

Is it possible to loop an animation with CSS alone without resorting to JavaScript? If possible, how? It would be better to show with an example.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Y
y0u, 2015-04-08
@egishe

The answer is easily found by a search engine.

animation-iteration-count:infinite;
-moz-animation-iteration-count:infinite;
-webkit-animation-iteration-count:infinite;

I
Ilya Korablev, 2015-04-08
@swipeshot

Via @keyframes

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question