Jump to content
Search Community

onComplete problem

paulyb test
Moderator Tag

Recommended Posts

hello, huge fan of tweenlite.

 

i'd like to report a bug if i may. i've found that the "onComplete:" property will not work if the function is passing a variable (everything will work but it won't wait for the tween to complete first).

 

for example:

 

//WON'T WAIT FOR BLUR BEFORE MOVING TO myFunctino

TweenMax.allTo ([mc1, mc2], 1, {blurFilter:{blurX:45}, onComplete:myFunction(e)});

 

//WORKS BUT CAN'T PASS A VARIABLE

TweenMax.allTo ([mc1, mc2], 1, {blurFilter:{blurX:45}, onComplete:myFunction});

 

if anybody has a solution to this please share - otherwise developers please consider this in the next version thanks!

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...