Jump to content
Search Community

Jomungand

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Jomungand

  1. Hey,

     

    i'm curious if i am not getting something.

     

    I recently tried a SVG animation using the MorphSVG plugin. I grabbed the path data with jQuery like so:

     

    var myPath = $('#myPath').

     

    When i used the variable in the MorphSVG plugin (.to("#circle", 1, {morphSVG: myPath})), i got the following error in the console:

     

    "WARNING: invalid morph to:"

     

    but when i grabbed the variable with document.getElementbyID it worked.

     

    Now, did i miss something, or is this an error?

     

     

×
×
  • Create New...