Commit 26921b78 by doszhang

dos

parent 0a8cf4d3
......@@ -408,7 +408,7 @@ function prevQuestion() {
setTimeout(function () {
console.log('nowIndex:' + nowIndex);
$('.question' + nowIndex + '-block').removeClass('fadeinleft').css('opacity', 0);
$('.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