Is there a way to offset the 2nd interval to start 500ms after the 1st one?

前端 未结 0 758
一向
一向 2021-01-03 07:31

1ST interval (is okay with its timing)

startBlinking();
    function RstartWalking() {
        setInterval(function() {
            walk();
        }, 1000);
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题