Commit eaf9917f by doszhang

dos

parent 7ae5c955
...@@ -402,7 +402,7 @@ function prevQuestion() { ...@@ -402,7 +402,7 @@ function prevQuestion() {
'left': '' + 5.5 * (nowQuestionIndex - 1) + 'rem' 'left': '' + 5.5 * (nowQuestionIndex - 1) + 'rem'
}, 500); }, 500);
setTimeout(function () { setTimeout(function () {
$('.question' + nowQuestionIndex + '-block').addClass('fadeinleft').css('opacity', 1); $('.question' + nowQuestionIndex + '-block').addClass('fadeinleft');
}, 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