What problem does it solve? Animating SVG elements requires coordinating stroke-dasharray tricks, path point matching, and motion alignment, which is error-prone when done by hand. This Skill provides ready-to-use GSAP patterns for DrawSVGPlugin, MorphSVGPlugin, and MotionPathPlugin so you can implement SVG animations correctly on the first attempt. ## Core Features & Use Cases - Stroke Drawing: Animate SVG strokes from any start/end percentage, sequence multiple paths, and combine with ScrollTrigger for scroll-driven drawing. - Shape Morphing: Morph between paths and primitives with shapeIndex control, rotational matching, and smooth transitions. - Motion Along Paths: Move elements along SVG paths with auto-rotation, custom start/end offsets, and curved bezier paths. - Use Case: Build a scroll-driven landing page where a logo outline draws itself, morphs into a new icon on hover, and a marker travels along a curved route path. ## Quick Start Use the gsap-svg skill to draw an SVG path stroke on scroll and morph an icon into its hover state.