Jump to content
Search Community

JeremyFlight

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by JeremyFlight

  1. I have this setup in my HTML file: <svg> <g id="thing1"> ... </g> <g id="thing2"> ... </g> </svg> And I'm running a timeline like this: timeline.to("#thing1", { duration: 0.5, ease: "none", x: ??, y: ?? }); How do I make #thing1 animate to the position of #thing2?
×
×
  • Create New...