Jump to content
Search Community

jholliday

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by jholliday

  1. Ok I have reduced the code down to the bare minimum and everything is behaving and error has gone. This is part of a large project so I guess it could be something conflicting. I will try and reduce this down and get something posted when I get some time. Thanks for the info about older ie versions. I just tested this in ie7 & 8 and the animations are indeed not working - my quick fix also failed pretty quickly too!
  2. Hi, thanks for the quick reply. The element does have a background image and it is getting tweened properly, it's just that I was getting the weird 404 error message as well. As a quick fix I just comments out the whole function: _registerComplexSpecialProp Not sure what other implications this will have but the error is gone for now Another great library btw. I have use the actionscript version for the last three years so this was a pretty easay switch over - thanks.
  3. Hi I am getting a 404 error in dev tools when trying to use the following tween TweenLite.from($('#anElement'), 0.3, {backgroundPosition:"0 100px", delay:0.3}); I have these files loaded: plugins/CSSPlugin.js easing/EasePack.js TweenLite.js Error message: GET http://localhost/root_folder/none 404 (Not Found) Dev tools says the error is coming from: CSSPlugin.js:1544 The tween works correctly but I can't have the 404 for production. Any ideas what is causing this?
×
×
  • Create New...