Jump to content
Search Community

Search the Community

Showing results for tags 'timeline gsap javascript'.

  • 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 2 results

  1. Hi, I created an animation with scroll trigger (complex for me). Scrolling the section becomes fixed, and I have 2 different animations that repeat for 3 blocks. The animation I made works, but I wanted to use the optimized code for learn and correct. Thanks
  2. When I create a timeline like this var tl = new TimelineMax({ repeat : 5 }).to(arm, duration, { scaleX : 1.05, scaleY : 0.95, transformOrigin : to }).to(leg, duration, { scaleX : 1, scaleY : 1, transformOrigin:to }); how can I get the objects from tl, that I passed to it when making it. Basically I am looking for something like: tl.getElements(); which gives me [arm, leg] Does anyone know how to do this? Thanks
×
×
  • Create New...