From 149319bb8c7b1394a443f0877c3460cd362aa815 Mon Sep 17 00:00:00 2001 From: julieng Date: Fri, 17 Sep 2021 20:58:15 +0200 Subject: move *.html to *.md --- files/fr/web/css/translation-value/index.md | 41 +++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 files/fr/web/css/translation-value/index.md (limited to 'files/fr/web/css/translation-value/index.md') diff --git a/files/fr/web/css/translation-value/index.md b/files/fr/web/css/translation-value/index.md new file mode 100644 index 0000000000..28396eb769 --- /dev/null +++ b/files/fr/web/css/translation-value/index.md @@ -0,0 +1,41 @@ +--- +title: translation-value +slug: Web/CSS/translation-value +tags: + - CSS + - Reference + - Type +translation_of: Web/CSS/translation-value +--- +
{{CSSRef}}
+ +

Le type de donnée <translation-value> est utilisé dans les arguments pour certaines fonctions de transformation dont translate(), translateX(), translateY(), et translate3d()

+ +

Syntaxe

+ +

Un argument <translation-value> peut être une valeur de type {{cssxref("<length>")}} ou de type {{cssxref("<percentage>")}}.

+ +

Spécifications

+ + + + + + + + + + + + + + + + +
SpécificationStatutCommentaires
{{SpecName('CSS3 Transforms', '#transform-functions', 'The Transform Functions')}}{{Spec2('CSS3 Transforms')}} 
+ +

Voir aussi

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