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 737963 of CSSMatrix

  • Revision slug: Web/API/CSSMatrix
  • Revision title: CSSMatrix
  • Revision id: 737963
  • Created:
  • Creator: cvrebert
  • Is current revision? No
  • Comment create initial draft

Revision Content

{{APIRef()}}

{{ Non-standard_header() }}

Summary

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.

Browser compatibility

{{ CompatibilityTable() }}

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support {{CompatUnknown()}} {{CompatUnknown()}} 10 (prefixed as MSCSSMatrix) {{CompatUnknown}} {{CompatVersionUnknown()}} (prefixed as WebKitCSSMatrix)
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support {{ CompatUnknown() }} {{ CompatUnknown() }} 11 (possibly earlier; prefixed as MSCSSMatrix)
11 (added WebKitCSSMatrix alias)
{{ CompatUnknown() }} {{ CompatUnknown() }} (prefixed as WebKitCSSMatrix)

See also

Revision Source

<p>{{APIRef()}}</p>
<p>{{ Non-standard_header() }}</p>

<h2 id="Summary">Summary</h2>
<p>A <b><code>CSSMatrix</code></b> 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.</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 (prefixed as <code>MSCSSMatrix</code>)</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatVersionUnknown()}} (prefixed as <code>WebKitCSSMatrix</code>)</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 (possibly earlier; prefixed as <code>MSCSSMatrix</code>)<br>11 (added <code>WebKitCSSMatrix</code> alias)</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{ CompatUnknown() }} (prefixed as <code>WebKitCSSMatrix</code>)</td>
  </tr>
 </tbody>
</table>
</div>

<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></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