回答編集履歴

1

ソース修正

2022/01/03 07:33

投稿

recal
recal

スコア1126

test CHANGED
@@ -20,11 +20,11 @@
20
20
 
21
21
  if(txtIndex != txtMax){
22
22
 
23
- txts.eq(txtIndex % txts.length).fadeIn(200).delay(300).fadeOut(200, showNextTxt);
23
+ txts.eq(txtIndex).fadeIn(200).delay(300).fadeOut(200, showNextTxt);
24
24
 
25
25
  }else{
26
26
 
27
- txts.eq(txtIndex % txts.length).fadeIn(200);
27
+ txts.eq(txtIndex).fadeIn(200);
28
28
 
29
29
  }
30
30