Jump to content
Search Community

vectorman

Members
  • Posts

    1
  • Joined

  • Last visited

vectorman's Achievements

0

Reputation

  1. hi, i'm using as3 tweenmax and tweenlite i want to make blur and move animation. but, i need first and last values of blur effect during animation. I tried timeline and overwrite but timeline is stopping before second animation.dont understand overwrite my code is here. but values is the same all time. TweenMax.to(container.markalar, 1.5,{x:git,blurFilter:{blurX:20}, ease:Elastic.easeOut} ); TweenMax.to(container.markalar, 3,{alpha:1,blurFilter:{blurX:0}} ); I want to my blur effect values begin 0 , high 20 and ending with 0 again. how can i do this?
×
×
  • Create New...