Jump to content
Search Community

Property blurFilter not found

Register test
Moderator Tag

Recommended Posts

Hi,

 

Got this error

Property blurFilter not found on pharma.elements.FirstLetterTextField and there is no default value

 

FirstLetterTextField is extending TextField

var mt_tl:TimelineLite = new TimelineLite() ;
mt_tl.append(TweenLite.from(main_text, .7, { x: 1200, ease:Cubic.easeInOut }), 1) ; 
mt_tl.append(TweenLite.from(main_text, .3, { blurFilter: {blurX:20}, ease:Elastic.easeIn }), -0.2) ;
Link to comment
Share on other sites

Sorry, I haven't been able to replicate this error. 

 

You mention an error with FirstLetterTextField, but your code only uses main_text.

 

Please zip up a very simple fla that we can use to compile and see the issue.

The simpler the better, preferably 1 textfield and 1 tween if possible

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...