New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

CSSMatrix

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

CSSMatrix

A CSSMatrix shim for 3D tranformation matrices

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
32
decreased by-56.16%
Maintainers
1
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 31 Mar 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc