Jump to content
Search Community

vortac

Members
  • Posts

    3
  • Joined

  • Last visited

vortac's Achievements

2

Reputation

  1. I have created a TweenMax instance with an onComplete Callback in as2 using the scope parameter. Everything works fine. When I try to delete the eventCallback with instance.eventCallback("onComplete",null); it does not remove the callback. I also have tried the following, nothing works instance.eventCallback("onComplete",null,"onCompleteScope:this"); instance.eventCallback("onComplete",null,null,"onCompleteScope:this"); instance.eventCallback("onComplete",null,[],"onCompleteScope:this"); instance.eventCallback("onComplete",null,this); and so on... Nothing seems to work and actually remove the callback from the tween. You mention a 4th parameter in the docs but there is an example missing how to correctly implement scope. Can anyone tell me the correct syntax? Any help much appreciated!
  2. Sorry for posting the questions...it actually DOES TRANSITION SMOOTHLY. There’s been a mistake in my code. Thanks!
  3. Hey, I am working on a circular animation mainly based around animating the rotation property of clips and run into an issue with smoothly transition between an initial animation using the "StrongIn" ease and a follow-up of "SlowMo"-eases. I have made some tests with sequencing SlowMo animations and they seem to transition smoothly even if using different values for the params. But getting into the SlowMo smoothly from the other animation doesn’t work for me at the moment. Does anybody have any advice on how to accomplish this or done this in the past? Is it possible to have "finer" control over the SlowMo ease like controlling the ease for the beginning and the end of the SlowMo separately? Really appreciate any help!
×
×
  • Create New...