Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 850019 of CSSMatrix

  • Revision slug: Web/API/CSSMatrix
  • Revision title: CSSMatrix
  • Revision id: 850019
  • Created:
  • Creator: Sebastianz
  • Is current revision? No
  • Comment Fixed page formatting to allow the compat data scraper to parse the page

Revision Content

{{APIRef("CSSOM")}}{{Non-standard_header}}

A CSSMatrix represents a homogeneous 4x4 matrix to which 2D or 3D transforms can be applied. This class was allegedly part of CSS Transitions Module Level 3 at some point, but is not present in the current Working Draft. Use DOMMatrix instead.

Browser compatibility

{{CompatibilityTable}}

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support {{CompatUnknown}} {{CompatUnknown}} 10[1] {{CompatUnknown}} {{CompatVersionUnknown}}[2]
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support {{CompatUnknown}} {{CompatUnknown}} 11[1] {{CompatUnknown}} {{CompatVersionUnknown}}[2]

[1] Internet Explorer implements this API as MSCSSMatrix. In version 11 the alias WebKitCSSMatrix was added.

[2] WebKit implements this API as WebKitCSSMatrix.

See also

Revision Source

<div>{{APIRef("CSSOM")}}{{Non-standard_header}}</div>

<p>A <strong><code>CSSMatrix</code></strong> represents a homogeneous 4x4 matrix to which 2D or 3D transforms can be applied. This class was allegedly part of CSS Transitions Module Level 3 at some point, but is not present in the current Working Draft. Use <a href="/en-US/docs/Web/API/DOMMatrix"><code>DOMMatrix</code></a> instead.</p>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{CompatibilityTable}}</p>

<div id="compat-desktop">
<table class="compat-table">
 <tbody>
  <tr>
   <th>Feature</th>
   <th>Chrome</th>
   <th>Firefox (Gecko)</th>
   <th>Internet Explorer</th>
   <th>Opera</th>
   <th>Safari</th>
  </tr>
  <tr>
   <td>Basic support</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</td>
   <td>10<sup>[1]</sup></td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatVersionUnknown}}<sup>[2]</sup></td>
  </tr>
 </tbody>
</table>
</div>

<div id="compat-mobile">
<table class="compat-table">
 <tbody>
  <tr>
   <th>Feature</th>
   <th>Android</th>
   <th>Firefox Mobile (Gecko)</th>
   <th>IE Mobile</th>
   <th>Opera Mobile</th>
   <th>Safari Mobile</th>
  </tr>
  <tr>
   <td>Basic support</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</td>
   <td>11<sup>[1]</sup></td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatVersionUnknown}}<sup>[2]</sup></td>
  </tr>
 </tbody>
</table>
</div>

<p>[1] Internet Explorer implements this API as <code>MSCSSMatrix</code>. In version 11 the alias <code>WebKitCSSMatrix</code> was added.</p>

<p>[2] WebKit implements this API as <code>WebKitCSSMatrix</code>.</p>

<h2 id="See_also">See also</h2>

<ul>
 <li><a href="https://msdn.microsoft.com/en-us/library/ie/hh772390(v=vs.85).aspx"><code>MSCSSMatrix</code> documentation on MSDN</a></li>
 <li><a href="https://developer.apple.com/library/safari/documentation/AudioVideo/Reference/WebKitCSSMatrixClassReference/index.html"><code>WebKitCSSMatrix</code> documentation at Safari Developer Library</a></li>
 <li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=717722">Mozilla bug 717722: implement <code>(WebKit)CSSMatrix()</code></a></li>
</ul>
Revert to this revision