Jump to content
Search Community

paulyb

Members
  • Posts

    2
  • Joined

  • Last visited

paulyb's Achievements

0

Reputation

  1. oh awesome - yeah i figured i had to be missing something because that seemed to basic not to work. thanks people!
  2. 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!
×
×
  • Create New...