aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/animation-timing-function/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/css/animation-timing-function/index.html')
-rw-r--r--files/ru/web/css/animation-timing-function/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/css/animation-timing-function/index.html b/files/ru/web/css/animation-timing-function/index.html
index c9c5c388b1..5b4d0660b6 100644
--- a/files/ru/web/css/animation-timing-function/index.html
+++ b/files/ru/web/css/animation-timing-function/index.html
@@ -44,7 +44,7 @@ translation_of: Web/CSS/animation-timing-function
<span class="property token">animation-timing-function</span><span class="punctuation token">:</span> initial<span class="punctuation token">;</span>
<span class="property token">animation-timing-function</span><span class="punctuation token">:</span> unset<span class="punctuation token">;</span></code></pre>
-<p>Временные функции могут быть установлены в пользовательских keyframes'ах в правилах <a href="/en-US/docs/Web/CSS/@keyframes">@keyframes</a>. Если в keyframe'е значение <code><strong>animation-timing-function</strong></code> указано, соответствующее значение <code><strong>animation-timing-function</strong></code> от элемента к которому анимация применена используется для этого keyframe'а.</p>
+<p>Временные функции могут быть установлены в пользовательских ключевых кадрах в правилах <a href="/en-US/docs/Web/CSS/@keyframes">@keyframes</a>. Если в ключевом кадре значение <code><strong>animation-timing-function</strong></code> указано, соответствующее значение <code><strong>animation-timing-function</strong></code> от элемента к которому анимация применена используется для этого ключевого кадра.</p>
<h3 id="Значения">Значения</h3>
@@ -55,7 +55,7 @@ translation_of: Web/CSS/animation-timing-function
<h3 id="Формальный_синтаксис">Формальный синтаксис</h3>
-<pre class="syntaxbox">{{csssyntax}}</pre>
+{{csssyntax}}
<h2 id="Примеры">Примеры</h2>