Category Archives: JavaScript

Raphael.js Sketch Animation

Just a simple script to animate Raphael.js paths. The code takes an object array list of strokes with a time value to wait between strokes. var strokes = [ { stroke: “M50 500”, time: 0}, { stroke: “l200 60”, time: … Continue reading

Posted in JavaScript | 3 Comments