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

Chaining animations #37

Open
ericaruch opened this issue Feb 26, 2013 · 0 comments
Open

Chaining animations #37

ericaruch opened this issue Feb 26, 2013 · 0 comments

Comments

@ericaruch
Copy link

Hi John - Thanks for the fabulous script! I see you updated the script a couple days ago - does this new version allow for something to be animated in and then out using the same property?

For example something like this:

.animate('#screams',{ delay: 100, duration: 400, property:'opacity', start:0 })
.animate('#screams',{ delay: 100, duration: 400, property:'zoom', start:1.5 })
.animate('#screams',{ delay: 700, duration: 300, property:'opacity', start:1, end:0 })
.animate('#screams',{ delay: 700, duration: 300, property:'zoom', start:1, end:1.5 });

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