CSSMatrix

0.1.1 • Public • Published

CSSMatrix

Build Status

This is a CSSMatrix class as defined by the w3c CSS3 3d Transforms specification.

Installation

npm install CSSMatrix

Usage

It should be compatible with documentation defined at w3.org and at WebKitCSSMatrix Safari documentation.

Methods:

  • translate(x, y, z)
  • scale(x, y, z)
  • rotate(rx, ry, rz)
  • rotateAxisAngle(x, y, z, angle)
  • skewX(angle)
  • skewY(angle)
  • toString()

Additional Methods:

  • transform(tuple)
  • toFullString()

Properties:

  • m11 to m44. m12 is the second element in the first row.

/CSSMatrix/

    Package Sidebar

    Install

    npm i CSSMatrix

    Weekly Downloads

    70

    Version

    0.1.1

    License

    none

    Last publish

    Collaborators

    • arian