Commit e4e17197 by doszhang

dos

parent 0449cee8
...@@ -84,7 +84,7 @@ function nextQuestion() { ...@@ -84,7 +84,7 @@ function nextQuestion() {
$('.question' + nowQuestionIndex + '-block').addClass('fadeoutleft'); $('.question' + nowQuestionIndex + '-block').addClass('fadeoutleft');
nowQuestionIndex++; nowQuestionIndex++;
$('.question-page .point').animate({ $('.question-page .point').animate({
'transform': 'translateX(' + 5.5 * (nowQuestionIndex - 1) + 'rem)' 'left': '' + 5.5 * (nowQuestionIndex - 1) + 'rem'
}, 5000); }, 5000);
// css('transform', 'translateX(' + 5.5 * (nowQuestionIndex - 1) + 'rem)'); // css('transform', 'translateX(' + 5.5 * (nowQuestionIndex - 1) + 'rem)');
if (nowQuestionIndex == 5) { if (nowQuestionIndex == 5) {
......
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