A path object is a curved or straight line that has a starting and ending point.
The 'Lazy Line Painter' jQuery plugin takes SVG paths and animates them from their starting point to their ending point.
Viewing this animation, gives the illusion of someone drawing that path using a pencil (or other instrument).
If more than one paths are combined, in an organized manner, entire pictures or sketches can be redrawn on a Web page.
A demo is included with the download package.
Requirements:
· JavaScript enabled on client side
· jQuery 1.8 or higher
· Raphael 2.1.0 or higher
What's New in This Release: [ read full changelog ]
· Addition of 'strokeOpacity' attr
· Addition of 'strokeDash' attr, for Dashed / Dotted Strokes!
· Addition of 'Stamp' function, which stamps illustration to canvas instead of drawing it on
· Reverted back to setInterval from RequestAnimationframe while issues resolved