Introduction to Raphael JS Library

Source: Internet
Author: User
ArticleDirectory
    • Browser support

 

The Raphael JS library was delivered by experts at the webrebuild meeting. Later I checked it and it was really powerful-cross-browser vector graphics implementation through SVG/VML + Js.

In fact, the implementation principle of network fonts such as cufon is somewhat similar: Non-ie browsers use SVG to draw, and then ie uses VML. It aims to provide a simple and easy-to-use cross-browser vector graphics implementation solution, including some animation effects.

The syntax of Raphael is also very simple. It is easy to get started with SVG:

VaR c = paper. Path ("M10 10l90 90"); <br/> // draw a line; 

 

Browser support

IE6 +, Firefox 3.0 +, chrome, and opera are all well supported.

Some cool examples:

Use the 117 vector icons drawn by Raphael:

Well, these icons are all implemented using Raphael. Click the icon in the example page and the icon will be displayed.Code.

 

Simple animation effects can also be implemented using JS + css3, but this is cross-browser...

If you are interested, visit the official website to view more demos and reference documents.

(Author, link: http://www.qianduan.net/raphael-js-library-introduction.html)

 

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.