+ 1

How can I make the background change colour(Animation)?

https://code.sololearn.com/WsUydavTSYyR/?ref=app

26th Oct 2017, 2:36 PM
B.D
B.D - avatar
5 Answers
+ 16
//JS, this? : onload=function(){setInterval(function(){document.body.style.backgroundColor='#'+Math.round(Math.random()*16777215).toString(16)},2000)}
26th Oct 2017, 2:39 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 11
I see you have already got brilliant answers. I'll have to save Valentin's answer for later ^^ Here is one more option: https://code.sololearn.com/WlGsE8XAibIe/?ref=app
26th Oct 2017, 3:03 PM
dρlÏ…Ń•ÏlÏ…Ń•
dρlÏ…Ń•ÏlÏ…Ń• - avatar
26th Oct 2017, 2:46 PM
Elizabeth🌾
Elizabeth🌾 - avatar
+ 3
https://code.sololearn.com/WwmdRZrw4VbG/?ref=app
26th Oct 2017, 2:55 PM
CalviŐČ
CalviŐČ - avatar
+ 3
Thank you all
26th Oct 2017, 4:44 PM
B.D
B.D - avatar