Basic TweenLite import & setup


/ Published in: ActionScript 3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. import com.greensock.*;
  2. import com.greensock.easing.*;
  3. import com.greensock.plugins.*;
  4.  
  5. TweenPlugin.activate([GlowFilterPlugin, TintPlugin]);
  6.  
  7. OverwriteManager.init(OverwriteManager.AUTO);
  8.  
  9. TweenLite.defaultEase = Sine.easeOut;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.