Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gkjohnson/animated-svg-path-element

Polymer element that animates the drawing of SVG paths
https://github.com/gkjohnson/animated-svg-path-element

animation css html javascript polymer svg web webcomponents

Last synced: 19 days ago
JSON representation

Polymer element that animates the drawing of SVG paths

Awesome Lists containing this project

README

        

# animated-svg-path-element
Polymer element that animates the drawing of SVG paths using the `stroke-dasharray` css attribute

![example](/docs/animation.gif)

[Demo here!](https://gkjohnson.github.io/animated-svg-path-element/example/)

## Use
Wrap an SVG tag in the `animated-svg-path` element and add the `order` attribute to decribe the order in which the paths are animated:
```html




```