Jump to content
Search Community

Search the Community

Showing results for tags '#gsap #tweenmax'.

  • 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. I'm new at GSAP , but not that bad with js... I do not understand the scope here ... $(function(){ var rec = $('.rectangle'); var wid = $(window).width() / 2 -100; var tl = new TimelineMax({ repeat: 2, repeatDelay: 1, onComplete: rev(), onStart: console.log('go'), onRepeat: console.log('end') }); tl.play().timeScale(2); console.log(tl); //returns d {vars: Object, _totalDuration: 14, _duration: 4, _delay: 0, _timeScale: 1…} function rev() { console.log(tl); // undefined ??? console.log(window.tl); // undefined ??? } }()); //rev() // still und.
×
×
  • Create New...