Jump to content
Search Community

Search the Community

Showing results for tags 'timelinemax oncomplete play() pause()'.

  • 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, can anyone help me I want tl to play after start is finished but I just don't know the syntax thank you so much!! var start = new TimelineMax(); var tl = new TimelineMax({paused: true, repeat:2}); start.add("start",0); start.add("fade1",2.5); tl.add("fade2",0); tl.add("fade3",2.5); tl.add("fade4",5); start.to("#white-cover", 0.5, { opacity: 0, ease: Power0.easeNone }, "start") .to("#asset-img1", 0.5, { left: 300, opacity: 0, ease: Power0.easeNone}, "fade1") .to("#asset-img2", 0.5, { left:0, opacity: 1, ease: Power0.easeNone}, "fade1") .to({}, 2.5, {}) tl.to("#asset-img2", 0.5, { left: 300, opacity: 0, ease: Power0.easeNone}, "fade2"). to("#asset-img3", 0.5, { left: 0, opacity: 1, ease: Power0.easeNone}, "fade2"). to("#asset-img1", 0, { left: -300, opacity: 0, ease: Power0.easeNone}, "fade2"). to("#asset-img1", 0.5, { left: 0, opacity: 1, ease: Power0.easeNone}, "fade3"). to("#asset-img3", 0.5, { left: 300, opacity: 0, ease: Power0.easeNone}, "fade3"). to("#asset-img2", 0, { left: -300, opacity: 0, ease: Power0.easeNone}, "fade3"). to("#asset-img2", 0.5, { left: 0, opacity: 1, ease: Power0.easeNone}, "fade4"). to("#asset-img3", 0, { left: -300, opacity: 0, ease: Power0.easeNone}, "fade4"). to("#asset-img1", 0.5, { left: 300, opacity: 0, ease: Power0.easeNone}, "fade4") }
×
×
  • Create New...