Share Posted November 21, 2012 Hi Jack, thanks for the gsap. From what i see the overwrite auto does not work for tweens initiated via css className. So if you have say an on-mouseover and add a css class {css:{className:"+=class1"}} and then mouse-out before the css property tweens are complete and remove the class {css:{className:"-=class1"}}, the first tween/s are not cancelled and continue to completion - and then the remove class takes effect immediately. If you use overwrite "all" - all tweens stop as expected. Cheers Link to post Share on other sites
Share Posted November 21, 2012 Thanks for pointing that out - we're looking into it. That's actually a pretty difficult thing to accomplish cleanly for a bunch of reasons, but we're workin' on it. Stand by... Link to post Share on other sites
Share Posted November 24, 2012 Would you mind snagging the new files that were posted here?: http://forums.greensock.com/topic/6870-few-problems-with-ie7-8-regarding-scaling-and-gradient/#entry25415 The className overwriting should be resolved in those files. Link to post Share on other sites
Share Posted November 25, 2012 I updated my files yesterday from that link so I think I'm up to date. Link to post Share on other sites
Share Posted November 25, 2012 And is it not working for you? If not, please post a very simple HTML/JS doc that clearly demonstrates the issue and I'll take a peek. Link to post Share on other sites