How does Angular Bootstrap $modal animate out?

拜拜、爱过 提交于 2019-12-10 23:37:01

问题


I'm not using any bootstrap styles. I'm customizing everything completely. It's fairly straight forward to animate in, because the $modal uses .fade.in. I was able to override those styles and it works great. But how does the modal animate out? I see no classes being applied or removed. It is simply removed from the DOM instantly.

How can I customize the animate out event? Does it use CSS classes? Does it use JS?

It seems this question is very similar: https://stackoverflow.com/questions/20595622/how-to-slideout-a-bootstrap-modal-in-angular. Unfortunately there is not a solution.

来源:https://stackoverflow.com/questions/27408682/how-does-angular-bootstrap-modal-animate-out

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!