How can I animate a progressive drawing of svg path?

前端 未结 4 1344
忘掉有多难
忘掉有多难 2020-11-29 21:37

I want to animate a progressive drawing of a line using only css with svg/canvas and js maximum. An idea of the line I want to draw can be found here



        
4条回答
  •  再見小時候
    2020-11-29 21:46

    I did something similar last year to animate a drawing in canvas. The paths are all SVG-type paths with curves and lines, so you could take those straight out of your SVG file and put them into the Javascript array.

    http://www.ashleysheridan.co.uk/coding/javascript/Animated+Glowing+Line+Drawing+in+Canvas

提交回复
热议问题