标签: angular angular-animations
我试图在我的角度应用程序中添加一些动画。单击关闭图标时,我必须对<img>标签应用淡入淡出动画。我正在使用detectChanges()函数自动感知所做的任何更改并相应地更新模板。它在Google Chrome浏览器中工作正常,但在Firefox和Edge中却无法正常工作。是因为Firefox和Edge不支持detectchanges()函数吗?
<img>
detectChanges()
detectchanges()