
m4lol
-
Posts
2 -
Joined
-
Last visited
Content Type
Profiles
Forums
Store
Blog
Product
Showcase
FAQ
ScrollTrigger Demos
Downloads
Posts posted by m4lol
-
-
this is my coding sample:
var timeline:TimelineMax = new TimelineMax();
timeline.staggerTo([mc1,mc2,mc3],1,{onComplete:Function}, 1);i want each mc to have a different function. is it possible?
is it possible to have different function for each mc using stagger?
in GSAP (Flash)
Posted
Thanks so much for the answer both of you!