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

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -