drawSVG: "40% 60%" // or absolute value like 40 and 60, assuming it's whatever units your svg is using  // percentages — beginning of SVG will tween to 40%, end of SVG will tween to 60%
 
drawSVG: "100%" // or "true" // If it's just one value — it sets the end position (assuming beginning is at 0)
  • Paste SVG, use path ID
  • TweenMax, DrawSVG plugin

Resources

GSAP DrawSVG documentation