Commit 0a8cf4d3 by doszhang

dos

parent b7b9f6ee
...@@ -404,7 +404,7 @@ function prevQuestion() { ...@@ -404,7 +404,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'); $('.question' + nowQuestionIndex + '-block').addClass('fadeinleft').css('opacity', 1);
setTimeout(function () { setTimeout(function () {
console.log('nowIndex:' + nowIndex); console.log('nowIndex:' + nowIndex);
......
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