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

https://github.com/stickerdaniel/svg-reverse

Reverse and animate svg paths with a single click.
https://github.com/stickerdaniel/svg-reverse

dash-offset svg svg-animation svg-animator svg-path

Last synced: 3 months ago
JSON representation

Reverse and animate svg paths with a single click.

Awesome Lists containing this project

README

          

# SVG Path Reverser

A web tool for reversing specific paths in SVG files. Perfect for creating svg animations with the [stroke-dashoffset](https://css-tricks.com/almanac/properties/s/stroke-dashoffset/) technique, where you need control over the drawing direction.

**[Try this tool!](https://svg-reverse.daniel.sticker.name/)**

![SVG Reverse Demo](demo/svg-reverse-short.gif)

### Features
- Paste SVG code and select which paths to reverse
- Preserves all original attributes, classes, and comments
- Set individual easing, duration, and delay for each path.
- View and copy the modified SVG
- No manual coordinate editing required