Commit 78323d9b by doszhang

dos

parent d48797ba
......@@ -176,14 +176,6 @@ input::-webkit-input-placeholder {
-webkit-animation: all 5s ease forwards;
}
canvas {
opacity: 0;
}
.posterImg {
animation: fadeInUp 0.7s ease-out backwards;
-webkit-animation: fadeInUp 0.7s ease-out backwards;
}
@-webkit-keyframes fadeInLeft {
0% {
......@@ -327,6 +319,10 @@ canvas {
left: 0;
}
canvas {
opacity: 0;
}
.frame {
top: 3.2rem;
}
......
......@@ -377,11 +377,12 @@ function submitAnswer() {
setTimeout(function () {
$('.question' + nowQuestionIndex + '-block').removeClass('fadeoutleft').hide();
$('#notification_area').remove();
my_notify('海报生成中,请稍候');
my_notify('海报生成中,请稍候', 9999999);
$('.question-page').hide();
$('.poster-page').show();
$('.posterImg').attr('src', 'http://maf.dev.izhida.cn/Public/static/image2/poster' + resultType + '.png');
createPoster(function () {
$('#notification_area').remove();
$('.question-page').hide();
$('.poster-page').show();
});
}, 1000);
}
......
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