aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/css/css_transforms/index.md
blob: 5e7b91af1ccfb50df0030753d4ffe3cd0974c6ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
title: CSS Transforms
slug: Web/CSS/CSS_Transforms
tags:
  - Aperçu
  - CSS
  - CSS Transforms
  - Reference
translation_of: Web/CSS/CSS_Transforms
---
{{CSSRef}}

Le module **_CSS Transforms_** (ou module des transformations CSS) est un module de la spécification CSS qui définit comment les éléments mis en forme avec CSS peuvent être transformés dans un espace à deux ou à trois dimensions.

## Référence

### Propriétés

- {{cssxref("backface-visibility")}}
- {{cssxref("perspective")}}
- {{cssxref("perspective-origin")}}
- {{cssxref("rotate")}}
- {{cssxref("scale")}}
- {{cssxref("transform")}}
- {{cssxref("transform-box")}}
- {{cssxref("transform-origin")}}
- {{cssxref("transform-style")}}
- {{cssxref("translate")}}

### Types de donnée

{{cssxref("<transform-function>")}}

## Guides

- [Utiliser les transformations CSS](/fr/docs/Web/CSS/CSS_Transforms/Utilisation_des_transformations_CSS)
  - : Un tutoriel pas-à-pas pour manipuler des transformations sur des éléments mis en forme avec CSS.

## Spécifications

| Spécification                            | État                                 | Commentaires         |
| ---------------------------------------- | ------------------------------------ | -------------------- |
| {{SpecName('CSS3 Transforms')}} | {{Spec2('CSS3 Transforms')}} | Définition initiale. |