From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- files/fr/web/api/dommatrix/index.html | 29 ----------------------------- files/fr/web/api/dommatrix/index.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 files/fr/web/api/dommatrix/index.html create mode 100644 files/fr/web/api/dommatrix/index.md (limited to 'files/fr/web/api/dommatrix') diff --git a/files/fr/web/api/dommatrix/index.html b/files/fr/web/api/dommatrix/index.html deleted file mode 100644 index b12c8ab849..0000000000 --- a/files/fr/web/api/dommatrix/index.html +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: CSSMatrix -slug: Web/API/DOMMatrix -tags: - - API - - Reference -translation_of: Web/API/DOMMatrix -translation_of_original: Web/API/CSSMatrix -original_slug: 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

- -

{{Compat("api.DOMMatrix")}}

- -

{{Compat("api.WebKitCSSMatrix")}}

- -

Voir aussi

- - -
diff --git a/files/fr/web/api/dommatrix/index.md b/files/fr/web/api/dommatrix/index.md new file mode 100644 index 0000000000..b12c8ab849 --- /dev/null +++ b/files/fr/web/api/dommatrix/index.md @@ -0,0 +1,29 @@ +--- +title: CSSMatrix +slug: Web/API/DOMMatrix +tags: + - API + - Reference +translation_of: Web/API/DOMMatrix +translation_of_original: Web/API/CSSMatrix +original_slug: 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

+ +

{{Compat("api.DOMMatrix")}}

+ +

{{Compat("api.WebKitCSSMatrix")}}

+ +

Voir aussi

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