javascript - ngAnimate animations not showing -
i trying past 10 hours make animations work, , work when add animate.css stylesheet , use "animated classname", when want make custom animations enter , leave cant make work anyhow.
here simple plunkr code, i've tried different versions of nganimate, still nothing.
plunkr tried adding "animation: animationname", still cant make work
.ng-hide-remove { -webkit-animation: bouncein 2.5s; animation: bouncein 2.5s; }
the problem version of angular , angular-animate. changed 1.4.0 , fine now
Comments
Post a Comment