|
@@ -224,6 +224,8 @@ common={
|
|
|
|
|
|
$("#Jqtitle").html(responsedata.info.question.title );
|
|
|
$("#Jqtitle").addClass(animate[r]);
|
|
|
+ $("#Jqtitle").addClass("animated");
|
|
|
+
|
|
|
var question="";
|
|
|
var answers = responsedata.info.options
|
|
|
for(var i in answers){
|
|
@@ -279,6 +281,7 @@ common={
|
|
|
},daoshu:function(argument) {
|
|
|
var _this=this;
|
|
|
clearInterval(this.data.ts);
|
|
|
+ $("#Jqtitle").attr("class","tit");
|
|
|
this.data.sum = 9;
|
|
|
this.data.angle = 0;
|
|
|
var leftContent = document.querySelector(".left-content");
|
|
@@ -316,7 +319,7 @@ common={
|
|
|
if (_this.data.sum < 0) {
|
|
|
if(!_this.data.isAnswer)
|
|
|
_this.Answer();
|
|
|
- $("#Jqtitle").attr("class","tit");
|
|
|
+
|
|
|
_this.data.sum = 9;
|
|
|
_this.data.angle = 0;
|
|
|
leftContent.setAttribute('style', 'transform: rotate(0deg)');
|