setcssstyle
v0.0.1
Published
An optimized, cross-browser, high-performance, well-coded and lightweight CSS-Style Setter for JavaScript and Javascript-based animation/tweening engine that runs anywhere
Downloads
12
Maintainers
Readme
setcssstyle
An optimized, cross-browser, high-performance, well-coded and lightweight CSS-Style Setter for JavaScript and Javascript-based animation/tweening engine that runs anywhere
CDN
# unpkg
https://unpkg.com/setcssstyle
# npmcdn
https://npmcdn.com/setcssstyle
# jsDelivr
https://cdn.jsdelivr.net/npm/setcssstyle
Installing
$ npm install setcssstyle
# or
$ yarn add setcssstyle
Usage
var setcss = require('setcssstyle');
var css = getcss(domNode, config);
css({width:'200px'});