Jump to content
Search Community

dcrandall

Members
  • Posts

    3
  • Joined

  • Last visited

dcrandall's Achievements

3

Reputation

  1. <script src="./thirdparty/TweenLite.js"></script> <script src="./thirdparty/plugins/MorphSVGPlugin.js"></script> <!--this MUST be loaded after the plugins for GSAP\Tween--> <script src="./thirdparty/require.2.1.4.min.js"></script> Got 'er fixed. Thank you for the response! Sorry, it was Friday at 3:30, I was frustrated, and the idea of breaking out my simple project was lost in "don't punch the screen, don't punch the screen". Basically requirejs needs to be loaded after the es5 stuff. Before, and it doesn't know what to do. Now if you'll excuse me, I have a date with a stackoverflow response.
  2. Some clarity, it's adding that MorphSVGPlugin.js that just seems to be throwing that error. TweenLite is working awesome in the load.
  3. I'm trying my darnedest to get morphsvg to load, and I just can't seem to make it happen. I was able to get this example to load without any sort of issue - However, I try this: <script src="./thirdparty/TweenLite.js"></script> <script src="./thirdparty/plugins/MorphSVGPlugin.js"></script> and All I get is: require.2.1.4.min.js:1 Uncaught Error: Mismatched anonymous define() module: function() { return (_gsScope.GreenSockGlobals || _gsScope)[name]; }
×
×
  • Create New...