Jump to content
Search Community

Search the Community

Showing results for tags 'animatecc2017'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • GreenSock Forums
    • GSAP
    • Banner Animation
    • Jobs & Freelance
  • Flash / ActionScript Archive
    • GSAP (Flash)
    • Loading (Flash)
    • TransformManager (Flash)

Product Groups

  • Club GreenSock
  • TransformManager
  • Supercharge

Categories

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Personal Website


Twitter


CodePen


Company Website


Location


Interests

Found 1 result

  1. Hey guys, i'm doing an add for a client and I can't seem to get the tween to animate at all. The images just appear on the canvas and stay static. Here's my code: var tl = new TimelineMax({repeat:1, repeatDelay:3}); tl .add("scene1"); .set(this.text2.mc, {alpha:0}); .set(this.text3.mc, {alpha:0}); .set(this.vendor.mc, {alpha:0}); .set(this.blueBG.mc, {alpha:0}); .from(this.text1.mc, 3, { scale:"0.75", alpha:0, ease: Power1.easeIn }, "scene1"); .add("scene2", 3); .to(this.BG.mc, 3, { scale:"0.875", alpha:0, ease: Power1.easeIn }, "scene2"); .to(this.text1.mc, 0.2, { alpha:0, ease: Power1.easeIn }, "scene2+=0.2"); .to(this.text2.mc, 0.2, { alpha:1, ease: Power1.easeIn }, "scene2+=0.2"); .add("scene3", 7); .to(this.BG.mc, 3, { alpha:0.9, ease: Power1.easeIn }, "scene3"); .to(this.text2.mc, 0.2, { alpha:0, ease: Power1.easeIn }, "scene3"); .to(this.text3.mc, 0.2, { alpha:1, ease: Power1.easeIn }, "scene3+=0.5"); Any help you can give is greatly appreciated!
×
×
  • Create New...