1.0.4 • Published 7 years ago

css3-utils v1.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

css3-utils

A Set of methods to ease the pain when adding css/css3 functionality to our es6 files

Installation

$ npm install -save css3-utils

Usage (es6)

Translate3d

	import utilsCss3 from 'css3-utils';
	
	selector.setAttribute('style', utilsCss3.translate3d(0, -(window.pageYOffset * 0.25), 0));

Release History

  • 1.0.0 Initial release
1.0.4

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago