我禁用动画的CSS如下:
md-sidenav.md-closed-add,
md-sidenav.md-closed-remove,
md-sidenav.md-closed-add.md-closed-add-active,
md-sidenav.md-closed-remove.md-closed-remove-active,
md-sidenav.md-locked-open-remove-active,
md-sidenav.md-closed.md-locked-open-add-active
{
-webkit-transition: none;
transition: none
}
这对Chrome和Firefox完全没问题,因为我看不到动画。但是,我仍然可以在Internet Explorer中使用md-sidenav动画。
答案 0 :(得分:0)
我不知道sidenav但是你应该用其他前缀禁用转换:
-o- Opera
-moz- Mozilla
-webkit- Webkit
-ms- Microsoft
等