0.0.1 • Published 7 years ago

setcssstyle v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

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

size gzipsize CDNJS jsdelivr unpkg npmcdn NPM Version NPM Downloads NPM

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'});