What is this @keyframe all about? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

What is this @keyframe all about?

I have seen it but I don't understand anything about it at all please someone should break down for with example and I will just practice it more.

24th Dec 2016, 8:42 AM
Cele Prince
Cele Prince - avatar
2 Answers
+ 3
@keyframes declare a custom animation in pure CSS. you can specify any transform and styling change in it, binding them to certain positions in % of animation time, and then apply it to some objects on a page.
24th Dec 2016, 8:47 AM
Demeth
Demeth - avatar
+ 2
Try to search in the code playground section, with keywords combination like "animation", "keyframe", and so on: you'll must find a lot of examples of user having testing/implementing that ( run the code to verif, there are codes wich are broken ;) )
24th Dec 2016, 10:01 AM
visph
visph - avatar