diff options
author | julieng <julien.gattelier@gmail.com> | 2021-09-17 20:58:15 +0200 |
---|---|---|
committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-10-12 07:57:33 +0200 |
commit | 149319bb8c7b1394a443f0877c3460cd362aa815 (patch) | |
tree | d534abb0cbc87d5e224836e9d6b888aa58564aa0 /files/fr/web/css/translation-value/index.md | |
parent | eb9de0363cb273b54d3f5402bbf4e3bc03c60971 (diff) | |
download | translated-content-149319bb8c7b1394a443f0877c3460cd362aa815.tar.gz translated-content-149319bb8c7b1394a443f0877c3460cd362aa815.tar.bz2 translated-content-149319bb8c7b1394a443f0877c3460cd362aa815.zip |
move *.html to *.md
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> |