TweenLite tweening frames

October 7th, 2008

can be done by using frame:frameNo in the init Object

here it is in action:

TweenLite.to( yourClip, 1, { frame:100, ease:fl.transitions.easing.None.easeNone } );

thanks chrisrebstock.com


Leave a Reply

You must be logged in to post a comment.