Jump to content
Search Community

rtania

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by rtania

  1. It stopped working for me. Downloaded the files again and it's not doing the cool tricks anymore. Wonder what happened.
  2. Is there a tutorial or templates on how to do GSAP driven text effects in animate? Thank you
  3. I pasted the required gsap script in my html, and I have the actionscript code below. I would like for the balloons to go to the certain y: coordinate and then reverse and then play again. How can I animate that? var myTimeline:TimelineMax = new TimelineMax(); myTimeline.to(this.ballon, 1, {y:-37.65}); myTimeline.to(this.ballon2, 1, {y:-33.65}); myTimeline.to(this.ballon3, 1, {y:-48.05});
×
×
  • Create New...