Friday, March 30, 2012

cssFx.js - Automatically Create Vendor-Specific CSS3 Properties

Do you want to share?

Do you like this story?

 Example cssFx.js code

Vendor-Specific CSS3 properties is an ugly part of web design. Every time we code we are forced to add -webkit-, -moz-, -o- for different browsers in the stylesheet. In order words its time consuming and increases the size of the stylesheet.

Install cssFX

Download the cssFX file and upload the file to your server and add it to the head along with “cssFx” class name for the stylesheet

<link rel="stylesheet" href="style.css" class="cssfx"> <script src="js/cssfx.min.js"></script>

 

So its time to code peacefully without worrying about the vendor-specific CSS3 properties. I am going to use this on my projects, how about you?


YOU MIGHT ALSO LIKE

0 komentar:

Post a Comment

Advertisements

Advertisements