Jump to content
Search Community

hesonline

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by hesonline

  1. They're all loaded locally.

    <script src="bower_components/gsap/src/uncompressed/TweenMax.js"></script> <!-- VERSION: 1.17.0 -->
    <script src="bower_components/gsap/src/minified/plugins/ThrowPropsPlugin.min.js"></script> <!-- VERSION: 0.9.9 -->
    <script src="bower_components/gsap/src/uncompressed/plugins/Draggable.js"></script> <!-- VERSION: 0.14.0 -->
    <script src="bower_components/gsap/src/minified/plugins/DrawSVGPlugin.min.js"></script> <!-- VERSION: 0.0.7 -->
    <script src="bower_components/gsap/src/minified/plugins/MorphSVGPlugin.min.js"></script> <!-- VERSION: 0.8.0 -->
    
  2. The full code is way too large to post in forum. But the parts in codepen are directly from my project. (besides css)

    I even redownloaded gsap and switched out the folders.

     

    I'm using: 

    • TweenMax.js
    • ThrowPropsPlugin.min.js
    • Draggable.js
    • DrawSVGPlugin.min.js
    • MorphSVGPlugin.min.js
  3. I couldn't get a simple MorphSVG to work in my project, so I copied snipets from my code and put it in a codepen. It works fine there.

     

    The svg loads fine, and I hide the part I want to morph to fine. But when I run the TweenMax (which I confirmed is being hit in the code) nothing happens. No errors, nothing else breaks, just nothing happens.

     

    I don't get any console errors.

    jQuery, TweenMax, and MorphSVG are all included properly and the files are in sources.

    See the Pen xZVOXe by smith46j (@smith46j) on CodePen

×
×
  • Create New...