Package Exports
- css-cross-transform
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (css-cross-transform) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
css-cross-transform 
Modify CSS transform properties with one JavaScript call.
Installation
Using
npm:$ npm i css-cross-transformDownload the library file from the
distdirectory and include it on your page.
Documentation
CSSCrossTransform(elm, value)
Create css transform properties with cross-browser support.
Params
- String|Element|NodeList
elm: A stringified query selector, an element or a node list. - String
value: The CSS transform value.
Return
- Element First selected element.
How to contribute
Have an idea? Found a bug? See how to contribute.
License
KINDLY © Ionică Bizău–The LICENSE file contains a copy of the license.