Commit e9bbe17e by doszhang

dos

parent 26921b78
......@@ -404,11 +404,11 @@ function prevQuestion() {
'left': '' + 5.5 * (nowQuestionIndex - 1) + 'rem'
}, 500);
setTimeout(function () {
$('.question' + nowQuestionIndex + '-block').addClass('fadeinleft').css('opacity', 1);
// $('.question' + nowQuestionIndex + '-block').addClass('fadeinleft').css('opacity', 1);
setTimeout(function () {
console.log('nowIndex:' + nowIndex);
$('.question' + nowIndex + '-block').removeClass('fadeinleft').css('opacity', 1);
// $('.question' + nowIndex + '-block').removeClass('fadeinleft').css('opacity', 1);
}, 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