How to make an animated background in html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How to make an animated background in html?

the frames should be constly changing and be repeated in a cycle

2nd Aug 2017, 9:32 AM
Ali Ahmed Shaikh
Ali Ahmed Shaikh - avatar
2 Answers
+ 4
What do you call << animated >> background exactly? Strictly technically, css 'background-image' property isn't animatable, but background-color is ^^ However, you can have << animated background >> by using gif animated files (not a good idea, as animated gif would grow to much quickly in size), or even using a video element standing back your content, or even better using <svg> element (wich are often lighter than bitmaps/videos, if well designed)... as you can have static background just moved to make it << animated >> ;P
2nd Aug 2017, 9:57 AM
visph
visph - avatar
0
You can insert pictures or colour it in Html. if you want to do animation then you have to learn Css best for Animation perpose.
2nd Aug 2017, 10:23 AM
Irwin Lopez
Irwin Lopez - avatar