Make JavaScript change background image every 5 seconds

后端 未结 3 1462
温柔的废话
温柔的废话 2021-01-22 08:34

I am trying to change my background image every 5 seconds. How should I go about this?

window.onload = function () {

  function Timer() {
    window.setInterval         


        
3条回答
  •  爱一瞬间的悲伤
    2021-01-22 09:08

    Here's a solution to your question. Hope it helps!

    
    
    
    
      change picture
      
      
      
       
      
      
    

提交回复
热议问题