🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

SVG Path Painter is a simple jQuery plugin for SVG path animations that allows you to draw and animate SVG paths at a certain speed.

SVG SVG-Path-Animation

Documentation

SVGPathPainter

A jQuery plugin that animates SVG paths in handdrawn style.

Version

1.0.2

Changelog

Version 1.0.2

The option simultaneous was added. It defaults to false, but if set true, the painting of all paths in the SVG will start at the same time (instead of queued).

Version 1.0.1

The selector for paths to animate was changed to be less rigid. Now, animateable paths can be specifically defined in the SVG by giving them the class ssp. A group of paths can be addressed when wrapped in a <g class="ssp">. Formerly (in v1.0.0), such a group plus a class on each path was required.

Howto

See the Github page for information and examples.

TODOs

  • Documentation / readme
  • Add further hints for SVG file preparation and processing to the Github page

Possible Features

  • Reverse mode
  • Group delay
  • Option: automatic sorting of groups by x-coordinates

You May Also Like