Jump to content
Search Community

Search the Community

Showing results for tags 'tweenlitemax label'.

  • 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. Hello everyone. I'm AS3 developer and I work with gs libraries before without any problem, but now I start learn js and I'm little confuse about one thing. To be short here is few lines of code: function init(){ tl = new TimelineMax(); tl.append(TweenMax.to(logo,1,{x:200,ease:Linear.easeNone,repeat:-1 ,yoyo:false})); tl.addLabel("start",false); tl.append(TweenMax.to(logo,1,{x:400,ease:Linear.easeNone})); tl.addLabel("end",false); function onClick() { tl.tweenTo("end"); So I expect this logo to make loop animation to the moment when I click button. When I click I expect timelineMax to move one with next animation and logo have to stop on x=400; Actual result: When I click the button this logo make few loops backward and then stop at position x=0; Where I'm wrong? Can you help me with this Regards.
×
×
  • Create New...