Commit d1b1c485 by doszhang

dos

parent 43d1dba4
...@@ -403,6 +403,9 @@ function prevQuestion() { ...@@ -403,6 +403,9 @@ function prevQuestion() {
}, 500); }, 500);
setTimeout(function () { setTimeout(function () {
$('.question' + nowQuestionIndex + '-block').addClass('fadeinleft'); $('.question' + nowQuestionIndex + '-block').addClass('fadeinleft');
setTimeout(function () {
$('.question' + nowIndex + '-block').removeClass('fadeinleft').css('opacity', 0);
}, 1000);
}, 900); }, 900);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment