Commit 0da853e7 by doszhang

dos

parent e4e17197
......@@ -85,8 +85,7 @@ function nextQuestion() {
nowQuestionIndex++;
$('.question-page .point').animate({
'left': '' + 5.5 * (nowQuestionIndex - 1) + 'rem'
}, 5000);
// css('transform', 'translateX(' + 5.5 * (nowQuestionIndex - 1) + 'rem)');
}, 500);
if (nowQuestionIndex == 5) {
$('.btn-submit').show();
$('.btn-nextquestion').hide();
......
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