diff --git a/softcenter/softcenter/webs/soft-center.asp b/softcenter/softcenter/webs/soft-center.asp index a6d25f78..f139dd7d 100644 --- a/softcenter/softcenter/webs/soft-center.asp +++ b/softcenter/softcenter/webs/soft-center.asp @@ -280,9 +280,9 @@ function change1(obj){ } if(anmstatus != obj){ anmstatus = obj; - $(obj).stop().removeClass('animated flipInY').addClass('animated flipInY').one('animationend webkitAnimationEnd oAnimationEnd', function(){ - $(obj).removeClass('animated flipInY'); - }); + // $(obj).stop().removeClass('animated flipInY').addClass('animated flipInY').one('animationend webkitAnimationEnd oAnimationEnd', function(){ + // $(obj).removeClass('animated flipInY'); + // }); } $(obj).find('.appDesc').show(); $(obj).find('.app-name').width('130px');