回答編集履歴

1

誤字修正

2018/06/15 14:49

投稿

tkturbo
tkturbo

スコア5572

test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  $('#back_img').animate({backgroundImage:'url(' + images[i % images.length] + ')'},1000);
22
22
 
23
- if(i++ > 6){ clearInterval(pid); }
23
+ if(i++ > 5){ clearInterval(pid); }
24
24
 
25
25
  }, 1000);
26
26