Jump to content
Search Community

reflex

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by reflex

  1. 19 minutes ago, PointC said:

    Hi @reflex :)

     

    Welcome to the forum.

     

    The problem is you have a massive group transform on line 10:

     

    
     <g transform="translate(-508 -3551.334)">

     

    You'll need to account for that with an x/y offset like this:

     

    
    var motionPath = MorphSVGPlugin.pathDataToBezier(
      $("#how-i-do-it__graph__path"),
      { align: "#how-i-do-it__rocket", offsetY: -3551, offsetX: -508 }
    );

     

    See the Pen yqWLQb by PointC (@PointC) on CodePen

     

    Hopefully that helps. Happy tweening.

    :)

     

     

    Awesome man, you are a lifesaver.

    Dunno why, Adobe XD generated it with that transform. I will investigate it further.

    • Like 3
×
×
  • Create New...