diff options
Diffstat (limited to 'files/fr/web/css/translation-value/index.md')
-rw-r--r-- | files/fr/web/css/translation-value/index.md | 41 |
1 files changed, 41 insertions, 0 deletions
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 +--- +<div>{{CSSRef}}</div> + +<p>Le type de donnée <strong><code><translation-value></code></strong> est utilisé dans les arguments pour certaines fonctions de <a href="/fr/docs/Web/CSS/transform" title="CSS/transform">transformation</a> dont <code><a href="/fr/docs/Web/CSS/transform-function/translate">translate()</a></code>, <code><a href="/fr/docs/Web/CSS/transform-function/translateX">translateX()</a></code>, <code><a href="/fr/docs/Web/CSS/transform-function/translateY">translateY()</a></code>, et <code><a href="/fr/docs/Web/CSS/transform-function/translate3d">translate3d()</a></code>. </p> + +<h2 id="Syntaxe">Syntaxe</h2> + +<p>Un argument <code><translation-value></code> peut être une valeur de type {{cssxref("<length>")}} ou de type {{cssxref("<percentage>")}}.</p> + +<h2 id="Spécifications">Spécifications</h2> + +<table class="standard-table"> + <thead> + <tr> + <th>Spécification</th> + <th>Statut</th> + <th>Commentaires</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName('CSS3 Transforms', '#transform-functions', 'The Transform Functions')}}</td> + <td>{{Spec2('CSS3 Transforms')}}</td> + <td> </td> + </tr> + </tbody> +</table> + +<h2 id="Voir_aussi">Voir aussi</h2> + +<ul> + <li>{{cssxref("transform")}}</li> +</ul> |