回答編集履歴
1
ソース修正
test
CHANGED
@@ -20,11 +20,11 @@
|
|
20
20
|
|
21
21
|
if(txtIndex != txtMax){
|
22
22
|
|
23
|
-
txts.eq(txtIndex
|
23
|
+
txts.eq(txtIndex).fadeIn(200).delay(300).fadeOut(200, showNextTxt);
|
24
24
|
|
25
25
|
}else{
|
26
26
|
|
27
|
-
txts.eq(txtIndex
|
27
|
+
txts.eq(txtIndex).fadeIn(200);
|
28
28
|
|
29
29
|
}
|
30
30
|
|