Commit 0967c215 by doszhang

dos

parent de160922
......@@ -131,6 +131,9 @@ function nextQuestion(e) {
answerArr[nowQuestionIndex - 1] = nowAnswer;
nowAnswer = '';
$('.question' + nowQuestionIndex + '-block').addClass('fadeoutleft');
setTimeout(function () {
$('.question' + nowQuestionIndex + '-block').removeClass('fadeoutleft').hide();
}, 1000);
nowQuestionIndex++;
$('.question-page .point').animate({
'left': '' + 5.5 * (nowQuestionIndex - 1) + 'rem'
......
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