search

Home  >  Q&A  >  body text

angular.js - angular-animation和导致ng-switch切换时出现残影

在开发一个选座的指令的时候,因为要切换三种状态,使用了ng-switch
指令模板

<span class="myCheck" ng-click="toggleIcon()" ng-switch="myCheck">
    <i ng-switch-when="2" class="icon-stop text-red"></i><!--以被选择-->
    <i ng-switch-when="1" class="icon-stop text-green"></i><!--选择-->
    <i ng-switch-when="0" class="icon-null"></i><!--未选择-->
</span>

之后在项目中加入angular-animation之后,在切换选座状态时会出现残影

有没有同学踩过这个坑,求解决方案。

伊谢尔伦伊谢尔伦2745 days ago591

reply all(1)I'll reply

  • 巴扎黑

    巴扎黑2017-05-15 17:03:20

    . . . The problem of afterimages is caused by ng-animation. . .

    reply
    0
  • Cancelreply