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 support for nesting animation groups #25

Open
NickEntin opened this issue Apr 9, 2020 · 1 comment
Open

Add support for nesting animation groups #25

NickEntin opened this issue Apr 9, 2020 · 1 comment
Assignees
Labels
enhancement Request for a new feature or improvement to an existing feature good first issue Good for newcomers

Comments

@NickEntin
Copy link
Collaborator

In addition to allowing animation groups to be built up from a series of animations, we should allow for combining multiple animation groups together.

@NickEntin NickEntin added the enhancement Request for a new feature or improvement to an existing feature label Apr 9, 2020
@NickEntin
Copy link
Collaborator Author

This should be fairly straightforward to implement. We can add an addAnimationGroup(...) method to AnimationGroup that mirrors addAnimation(...), where the element is the other animation group's container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request for a new feature or improvement to an existing feature good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants