Jump to content
Search Community

Search the Community

Showing results for tags 'js tab browser'.

  • 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, Using version 1.10.3 from CDN, I noticed a problem when changing tabs in all browsers. Here is the code : function display(callback) console.log('Start tween'); TweenMax.from($('#myDiv'), .5, {opacity: 0, top: "-200px", onComplete: myFct}); function myFct() { console.log('Tween completed'); callback(); } } Display function is called several times using timeout on callback. Sometimes when you're on another tab, "myFct" isn't called at the end of the tween so my loop of animation was stopped. Solved problem using 1.12.1 Thanks
×
×
  • Create New...