diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 7dcc6805a..f46f9e750 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -9,3 +9,4 @@ * boss武将包 * 标记数量显示 精简版 +利奴 diff --git a/game/game.js b/game/game.js index d7b3a776a..85ffdfe8e 100755 --- a/game/game.js +++ b/game/game.js @@ -6204,12 +6204,7 @@ node.style.top='calc(50% - 52px)'; 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); var dx=this.offsetLeft+this.offsetWidth/2-52-node.offsetLeft; @@ -6257,13 +6252,6 @@ ui.refresh(node); node.delete(); }); - if(!lib.config.low_performance){ - setTimeout(function(){ - node.style.transitionDuration='0.5s'; - ui.refresh(node); - node.hide(); - },700); - } var that=this; if(num&&num>1){ if(config&&config.total>1){