Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"animate-enter" not really working..? #4

Open
ghost opened this issue Nov 24, 2016 · 1 comment
Open

"animate-enter" not really working..? #4

ghost opened this issue Nov 24, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Nov 24, 2016

It seems like animation won't run when i use animate-enter attribute. Something like this

  <div class="card card-fade" animate-enter="fade" animate-duration="300ms" animate-delay="1000ms">
    <p class="">Using ngAnimate style classes</p>
  </div>

Here is the example,

https://jsfiddle.net/5711sapx/

@JosephScript
Copy link

I got it to work by changing it to "animate" instead of "animate-enter".

<div class="card card-fade" animate="fade" animate-duration="300ms" animate-delay="1000ms">
    <p class="">Using ngAnimate style classes</p>
  </div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant