Share Posted February 18, 2014 How do I set a blur value to an object before the animation? I want the object to go from blurry and alpha:0 to sharp and alpha:1 Thanks Link to comment Share on other sites More sharing options...
Share Posted February 18, 2014 I think a from() tween should do the trick import com.greensock.*; import com.greensock.easing.*; TweenMax.from(mc, 1, {blurFilter:{blurX:20}, alpha:0}); Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now