Jump to content
Search Community

Search the Community

Showing results for tags 'execution time'.

  • 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. Hi Guys, Weird problem. I've got a tweenline: var tweenCurrentPage = new TimelineMax({paused:true, onComplete:testComplete, onReverseComplete:changelogo}); element = '#aw-heading'; tweenCurrentPage.to(element,0.5,{autoAlpha: 1}); This works fine the first time and the effect lasts 0.5 seconds. I then reverse the animation this works fine; it lasts 0.5 seconds I then try and play the animation for a second time... this takes 1 second. and when reversed takes 1 seconds. Every time I do the animation, it takes an additional 0.5 seconds (or whatever this initial effect time was set to) I'd be very grateful for any ideas on how I might solve this problem? If it's any help, I've looked in the TweenMax.js file and this.totalDuration() on line 5422. Is incremented by the 0.5 secs every time. I haven't managed to work back further than this yet. Thanks all!! Tom
×
×
  • Create New...