2 Commits
Author SHA1 Message Date
nitech 8ee46aa364 TimelineLite was missing from(...)
Is there any way to generate the d.ts-files from the original gsap files? I assume .from was missing because the file has been written manually somehow.
2014-10-16 09:10:48 +02:00
nitech 9fd3c78076 staggerTo supports much more than just any[]
Ref documentation found at http://greensock.com/docs/#/HTML5/GSAP/TweenMax/staggerTo/ 

An array of target objects whose properties should be affected, or selector text that gets passed to TweenLite.selector (for selecting DOM elements). For example, if jQuery (or similar) is loaded and you pass ".myClass", it would act as though you passed in an array of DOM elements that had the "myClass" class applied. The same behavior applies if you pass a jQuery object containing multiple elements (like $(".myClass")).
2014-10-09 11:07:58 +02:00