New CSS JavaScript Library
Marat Denenberg has continued the trend of CSS frameworks by taking Mootools and creating CSS.js.
"With programmatic CSS, you can use loops to generate CSS that might have taken pages to type out. You can have CSS constants. You can do all sorts of math and calculations for a property", says Denenberg.
This new library is a class for the Mootools library. It adds a style element to the DOM, which is generated using the input you provide. This modifies the appearance of the page.
"Now you can generate CSS that is browser specific using JS. The class is built to allow you to extend it for any browser and any property. You can specify a property to be limited, in which case it will only generate it for the browser you specify, ".
The library sits on top of CSS itself and gives you:
- Programmatic CSS
- Browser Compatibility
- Custom CSS Properties
Comments
Be the first to write a comment
You must me logged in to write a comment.