You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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 });
The text was updated successfully, but these errors were encountered: