Jump to content
Search Community

Search the Community

Showing results for tags 'values array'.

  • 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. Wondering if there is a way to get an array of values for each frame of a tweened object. I'm familiar with the getTweensOf method for TimelineMax and TweenMax but that just returns the tween setup values. I need to be able to loop through the timeline without having to actually run it in the DOM. So, for example in the codepen, I'd like to be able to capture an array that contains the x value for each frame in the timeline without having to reposition the timeline in order to get the values. In other words, without having to use a DOM selector and extract the _gsTransform value after repositioning the timeline. Is there a way to do that built in to GSAP?
×
×
  • Create New...