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

New SPGroup class and little adds in animation classes #41

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Abawell
Copy link

@Abawell Abawell commented Mar 22, 2015

Added new SPGroup class.

The SPGroup takes objects that implement SPAnimatable (e.g. SPTweens) and executes them, just like
SPJuggler does but objects can be animated sequentially or in parallel.
A SPGroup can be added to a SPJuggler or to an other SPGroup.
SPGroup is very simple but makes complexe animations really easier.

If you don't like the name, just change it.

Added 'isEmpty' property to SPJuggler. I needed it in my application.

Added 'show', 'hide' and 'removeFromParent' methods to SPTween. Could be done by onStart and onComplete blocks but I think it's just butter like that.

Added new SPGroup class.
Added 'isEmpty' property to SPJuggler
@PrimaryFeather
Copy link

Hi Jérôme,
thanks a lot for the pull request, and sorry for the late reply!
I've got another list of changes from Robert Carone on my list; when I'm merging those, I'll look into your changes, as well. Thanks for your patience, and thank you for taking the time to write the pull request! 😄
Daniel

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

Successfully merging this pull request may close these issues.

2 participants