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

Add staggering animations #3

Closed
zewa666 opened this issue Mar 12, 2015 · 1 comment
Closed

Add staggering animations #3

zewa666 opened this issue Mar 12, 2015 · 1 comment
Assignees

Comments

@zewa666
Copy link
Member

zewa666 commented Mar 12, 2015

Add a nice way to define staggering animations. The current approach is that the user would have to define a custom animation-delay by himself:

.myrepeater.au-enter:nth-child(1) {
    -webkit-animation-delay: 1s;
}
.myrepeater.au-enter:nth-child(2) {
    -webkit-animation-delay: 2s;
}

maybe we could add a new class with a delay suffix which gets parsed by the animator. Something like this:

.myrepeater.au-enter.au-stagger-100 {
  ...
}
@zewa666
Copy link
Member Author

zewa666 commented Apr 22, 2015

Done with d57d22b

@zewa666 zewa666 closed this as completed Apr 22, 2015
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

2 participants