Jump to content
Search Community

trtg2xv

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by trtg2xv

  1. Thank you for your reply, this reply is very helpful, is there a free version of the plugin for drawing SVG animation?
  2. hi,i using gsap3 in create-react-app But ,I hava some problems; I don't know why ' drawSvg ' not working; I 'import DrawSVGPlugin from "gsap/all" and register it,but console has warning import DrawSVGPlugin from "gsap/all"; useEffect(() => { gsap.registerPlugin(DrawSVGPlugin); console.log("drawSVG"); let t1 = gsap.context(() => { gsap.from('#Line1',{ drawSVG:"0%", duration:3 } ) }); return () => t1.revert(); }, []);
×
×
  • Create New...