Computing
Javascript
Study Guide: Rafael
Animating the Web.
Rafaël
Raphaël is a JavaScript library that simplifies working with vector graphics. You can display animated charts, modify images, or create animated interactive apps.
Raphaël [‘ræfeɪəl] uses the SVG W3C Recommendation and VML as a base for creating graphics. This means every graphical object is also a DOM object, and so you can attach JavaScript event handlers to each object.
A Few Basic Examples
More Information
Related Content
Source: //study/javascript/js-rafael/
