我正在构建一个带有角度材质的单页应用程序,由于某些原因,动画无效。
看起来它不仅仅是角度材料,因为我无法在https://docs.angularjs.org/guide/animations页面上获得基本示例。
似乎没有应用为挂钩的css动画添加角度材质所依赖的类。检查chrome中的元素我只看到hide和show类,但没有看到过渡类。
我的凉亭文件的相关部分:
"angular": "~1.4.0",
"angular-animate": "~1.4.0",
"angular-sanitize": "~1.4.0",
"angular-messages": "~1.4.0",
"angular-i18n": "~1.4.0",
"angular-ui-router": "~0.2.15",
"angular-material": "~0.9.8",
我的网站(正在开发中)位于http://www.zakhenry.com,动画测试页面位于http://www.zakhenry.com/#/blog 当视口很小(即移动宽度)时,我应能够在https://material.angularjs.org/latest/网站上看到侧窗的动画效果;相反它只是出现并消失。
答案 0 :(得分:2)
Angular 1.4.0中的ngAnimate存在一些问题,正在为1.4.1解决。您可能希望回滚到1.3,直到1.4.1发布。