Jump to content
Search Community

tedbell

Members
  • Posts

    4
  • Joined

  • Last visited

tedbell's Achievements

2

Reputation

  1. Carl - thanks! I didn't fix it, but when you said it works for you - bingo! My Adblocker was preventing the GSAP lib from loading! Thanks for all the help - what an idiot I am - probably shouldn't be allowed to use any Greensock libraries after this embarrassment. I have to learn to turn off my Adblocker when I am creating ads! :0
  2. Thanks for the help - I already had a ready function: $(document).ready(function () { } But I tried the document.addEventListener("DOMContentLoaded", function(event) { //Now run your animation. }); and got the same error message.
  3. I am trying to use the google hosted version of TweenMax, but I get a "ReferenceError: TimelineLite is not defined" <script type="text/javascript" src="https://s0.2mdn.net/ads/studio/cached_libs/tweenmax_1.18.5_23b0de6da0ee295131e32a500470610c_min.js"></script> Same thing with just loading the cached TimelineLite. What am I doing wrong?
×
×
  • Create New...