diff options
Diffstat (limited to 'files/fr/web/css/transform-function/scaley()/index.html')
-rw-r--r-- | files/fr/web/css/transform-function/scaley()/index.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/files/fr/web/css/transform-function/scaley()/index.html b/files/fr/web/css/transform-function/scaley()/index.html index f8b82479b3..87bfff06db 100644 --- a/files/fr/web/css/transform-function/scaley()/index.html +++ b/files/fr/web/css/transform-function/scaley()/index.html @@ -12,7 +12,7 @@ translation_of: Web/CSS/transform-function/scaleY() <p>La fonction <strong><code>scaleY()</code></strong> modifie l'ordonnée de chaque sommet de l'élément avec un facteur multiplicateur. L'homothétie n'est pas isotropique et les angles de l'élément ne sont pas conservés. La valeur obtenue par cette fonction est de type {{cssxref("<transform-function>")}}.</p> -<p><img src="https://mdn.mozillademos.org/files/12119/scaleY.png" style="height: 381px; width: 365px;"></p> +<p><img src="scaley.png"></p> <p><code>scaleY(sy)</code> est une notation raccourcie équivalente à <code>scale(1, sy)</code> ou à <code>scale3d(1, sy, 1)</code>.</p> @@ -20,7 +20,7 @@ translation_of: Web/CSS/transform-function/scaleY() <h2 id="Syntaxe">Syntaxe</h2> -<pre class="syntaxbox notranslate">scaleY(s) +<pre class="syntaxbox">scaleY(s) </pre> <h3 id="Valeurs">Valeurs</h3> @@ -56,12 +56,12 @@ translation_of: Web/CSS/transform-function/scaleY() <h3 id="HTML">HTML</h3> -<pre class="brush: html notranslate"><p>toto</p> +<pre class="brush: html"><p>toto</p> <p class="transformation">truc</p></pre> <h3 id="CSS">CSS</h3> -<pre class="brush: css notranslate">p { +<pre class="brush: css">p { width: 50px; height: 50px; background-color: teal; @@ -98,13 +98,13 @@ translation_of: Web/CSS/transform-function/scaleY() <h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> -<p>Voir la page sur le type de donnée <code><a href="/fr/docs/Web/CSS/transform-function#Compatibilité_des_navigateurs"><transform-function></a></code> pour les informations de compatibilité associées.</p> +<p>Voir la page sur le type de donnée <code><a href="/fr/docs/Web/CSS/transform-function#compatibilité_des_navigateurs"><transform-function></a></code> pour les informations de compatibilité associées.</p> <h2 id="Voir_aussi">Voir aussi</h2> <ul> - <li><code><a href="/fr/docs/Web/CSS/transform-function/scaleX">scaleX()</a></code></li> - <li><code><a href="/fr/docs/Web/CSS/transform-function/scaleZ">scaleZ()</a></code></li> + <li><code><a href="/fr/docs/Web/CSS/transform-function/scaleX()">scaleX()</a></code></li> + <li><code><a href="/fr/docs/Web/CSS/transform-function/scaleZ()">scaleZ()</a></code></li> <li>{{cssxref("transform")}}</li> <li>{{cssxref("<transform-function>")}}</li> <li>{{cssxref("transform-origin")}}</li> |