Dynamically change site background

Messages
89
Reaction score
0
Points
6
I want to keep changing the background of a web page after a certain user defined time period (5 seconds, for instance). I would like it to work for both background images and solid colour backgrounds. How do I achieve this using CSS only (JS only if it is absolutely necessary)? If possible, kindly show me the way to do so both with and without using transition effects (like fade, dissolve, etc). Regards.
 
Top