Jump to content
Search Community

turb

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by turb

  1. Hi,

     

    I'm new to TweenMax and was trying to achieve the following:

     

    I have a movieclip that move from left to right. What I want is that during the animation, to have a blur effect that kind of "fade in" and "fade out" on the beginning and end of the animation.

     

    Right now I'm able to blur my mc but I have problem with the "fade" parts.

     

    TweenMax.to(row_1, 8, { x:String(newX), blurFilter:{ blurX:40, remove:true } });
    

     

    Can someone help me figuring out how to fade the blur effect with a sample or a tutorial.

     

    Thanks alot

×
×
  • Create New...