Jump to content
Search Community

regan

Members
  • Posts

    4
  • Joined

  • Last visited

regan's Achievements

0

Reputation

  1. Wow, thanks for super-fast answer! Indeed I was using v11, switching to v12 seems to fix my problems! Everything looks to be working as expected now!! Thanks!
  2. Hi everyone! I have been using GSAP flawlessly for my personal projects quite a while now. Recently, I found strange behavior of the TimelineLite class. Sometimes, when I add callback at the end of the timeline it occasionally fires twice. I have been trying to solve this for a whole day now and I am starting to believe this must be some sort of a bug in TimelineLite class. I found out, looking at the stack trace, that whenever this redundant calls happens, the callback gets called in the forceChildrenToEnd method, but the same callback has already been called in its regular callback time. Has somebody experienced this? Maybe there is some kind of workaround to make sure my callbacks won't fire twice (disable forceChildrenToEnd?) ? Thanks, Jan
  3. Thanks for answer! But I am afraid, my question was a bit more specific "suspendBackgroundProcessing" is a boolean type property of standart flex Effect class. Its purpose is to stop any background processing on the animated object (like mouseOverEvents and so on). This can result in more smoother animations in some cases. My question is, whether this can be somehow turned on on TweenMx effect instances (perhaps it is turned on by default? Or perhaps turning on the property is impossible on Greensock instance?). Jan
  4. Hello, I have very sipmle question - is it possible to activate "suspendBackgroundProcessing" property on TweenMax instances? I didn't find any reference about this in the docs. Thanks, Jan
×
×
  • Create New...