angularjs - ngAnimate not adding classes with angular-material -
i'm building single page application angular material , reason animations not functioning.
it looks not angular material can't basic example on https://docs.angularjs.org/guide/animations page work.
it appears classes angular material relies on added css animations hook on not being applied. inspecting elements in chrome see hide , show classes none of transition classes.
relevant parts of bower file:
"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",
my site (in development) @ http://www.zakhenry.com , animation test page @ http://www.zakhenry.com/#/blog when viewport small (ie mobile width) should able see sidepane animate out on https://material.angularjs.org/latest/ site; instead appears , disappears.
source code @ https://github.com/xiphiaz/zakhenry.com
there issues nganimate in angular 1.4.0 being resolved 1.4.1. might want rollback 1.3 until 1.4.1 released.
Comments
Post a Comment