From 39f2114f9797eb51994966c6bb8ff1814c9a4da8 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:36:08 +0100 Subject: unslug fr: move --- files/fr/web/api/dommatrix/index.html | 76 +++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 files/fr/web/api/dommatrix/index.html (limited to 'files/fr/web/api/dommatrix/index.html') diff --git a/files/fr/web/api/dommatrix/index.html b/files/fr/web/api/dommatrix/index.html new file mode 100644 index 0000000000..2b5039986e --- /dev/null +++ b/files/fr/web/api/dommatrix/index.html @@ -0,0 +1,76 @@ +--- +title: CSSMatrix +slug: Web/API/CSSMatrix +tags: + - API + - Reference +translation_of: Web/API/DOMMatrix +translation_of_original: Web/API/CSSMatrix +--- +
+
{{APIRef("CSSOM")}}{{Non-standard_header}}
+ +

Une CSSMatrix représente une matrice homogène 4x4 dans laquelle il est possible d'appliquer des transformations 2D ou 3D. Cette classe faisait à un moment partie du module de transitions CSS (Level 3) mais elle n'a pas été propagée dans le brouillon de travail (Working Draft) actuel. Utilisez plutôt DOMMatrix.

+ +

Compatibilé des navigateurs

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + +
FonctionnalitéChromeFirefox (Gecko)Internet ExplorerOperaSafari
Support simple{{CompatUnknown}}{{CompatUnknown}}10[1]{{CompatUnknown}}{{CompatVersionUnknown}}[2]
+
+ +
+ + + + + + + + + + + + + + + + + + + +
FonctionnalitéAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Support simple{{CompatUnknown}}{{CompatUnknown}}11[1]{{CompatUnknown}}{{CompatVersionUnknown}}[2]
+
+ +

[1] Internet Explorer a  intégré cette API en tant que MSCSSMatrix. Dans la version 11 l'alias WebKitCSSMatrix a été ajouté.

+ +

[2] WebKit a intégré cette API en tant que WebKitCSSMatrix.

+ +

Voir aussi

+ + +
-- cgit v1.2.3-54-g00ecf