0
How to change the background colours with time ??
I want to keep the bg color RED for 5 sec and BLUE for next 5sec
4 ответов
0
That should be done with javascript in my opinion. And I'm not shure, but maybe there is a way of doing it with advanced CSS.
0
This can be done in CSS3 with animation and @keyframes. Modern browsers onl, prefix for some of them.
animation-iteration-count: infinite;
Colors change forever.
0
You can use CSS3 for this however Javascript or Jquery would be best for that
0
You need to use javascript