JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q24109F
  • License KINDLY

Modify CSS transform properties with one JavaScript call.

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 Donate now

Modify CSS transform properties with one JavaScript call.

Installation

  • Using npm:

    $ npm i css-cross-transform
  • Download the library file from the dist directory 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.