From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/fr/web/css/translation-value/index.html | 41 +++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 files/fr/web/css/translation-value/index.html (limited to 'files/fr/web/css/translation-value/index.html') diff --git a/files/fr/web/css/translation-value/index.html b/files/fr/web/css/translation-value/index.html new file mode 100644 index 0000000000..28396eb769 --- /dev/null +++ b/files/fr/web/css/translation-value/index.html @@ -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