This commit is contained in:
libccy 2015-11-27 17:20:02 +08:00
parent f4f1476aa1
commit e3ca57b6b9
2 changed files with 2 additions and 13 deletions

View File

@ -9,3 +9,4 @@
* boss武将包 * boss武将包
* 标记数量显示 * 标记数量显示
精简版 精简版
利奴

View File

@ -6204,12 +6204,7 @@
node.style.top='calc(50% - 52px)'; node.style.top='calc(50% - 52px)';
this.parentNode.appendChild(node); this.parentNode.appendChild(node);
if(!lib.config.low_performance){
node.style.transitionDuration='1s';
}
else{
node.style.transitionDuration='0.8s'; node.style.transitionDuration='0.8s';
}
ui.refresh(node); ui.refresh(node);
var dx=this.offsetLeft+this.offsetWidth/2-52-node.offsetLeft; var dx=this.offsetLeft+this.offsetWidth/2-52-node.offsetLeft;
@ -6257,13 +6252,6 @@
ui.refresh(node); ui.refresh(node);
node.delete(); node.delete();
}); });
if(!lib.config.low_performance){
setTimeout(function(){
node.style.transitionDuration='0.5s';
ui.refresh(node);
node.hide();
},700);
}
var that=this; var that=this;
if(num&&num>1){ if(num&&num>1){
if(config&&config.total>1){ if(config&&config.total>1){