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

stagger not working with slow or fast classes #73

Open
soumak77 opened this issue Aug 31, 2016 · 0 comments
Open

stagger not working with slow or fast classes #73

soumak77 opened this issue Aug 31, 2016 · 0 comments

Comments

@soumak77
Copy link
Contributor

In the example below the items should slide in one at a time using the stagger class:

<div class="slideInLeft stagger" ng-repeat="message in home.messages">
  <p>{{ message.$value }}</p>
</div>

Adding the slow or fast class overrides the stagger class. This causes all the items to slide in at the same time.

<div class="slideInLeft stagger slow" ng-repeat="message in home.messages">
  <p>{{ message.$value }}</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant