Commit b2fe52cc by doszhang

dos

parent d1b1c485
......@@ -404,6 +404,8 @@ function prevQuestion() {
setTimeout(function () {
$('.question' + nowQuestionIndex + '-block').addClass('fadeinleft');
setTimeout(function () {
console.log('nowIndex:' + nowIndex);
$('.question' + nowIndex + '-block').removeClass('fadeinleft').css('opacity', 0);
}, 1000);
}, 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