TweenLite tweening frames
October 7th, 2008can 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
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
You must be logged in to post a comment.