aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/web_animations_api
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-03-16 16:28:24 +0300
committerAlexey Pyltsyn <lex61rus@gmail.com>2021-03-16 16:28:24 +0300
commita51c7a37a52403bb8b3abb2c73ac1b820571e7e0 (patch)
tree73d450c924fac5f755359c7c4bb331f1900d1221 /files/ru/web/api/web_animations_api
parent3a513c84f3e6dcad8aa97a60898ffb5f3234188a (diff)
downloadtranslated-content-a51c7a37a52403bb8b3abb2c73ac1b820571e7e0.tar.gz
translated-content-a51c7a37a52403bb8b3abb2c73ac1b820571e7e0.tar.bz2
translated-content-a51c7a37a52403bb8b3abb2c73ac1b820571e7e0.zip
Fix various typos
Diffstat (limited to 'files/ru/web/api/web_animations_api')
-rw-r--r--files/ru/web/api/web_animations_api/using_the_web_animations_api/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/web_animations_api/using_the_web_animations_api/index.html b/files/ru/web/api/web_animations_api/using_the_web_animations_api/index.html
index eacedb9d69..5235ec2de5 100644
--- a/files/ru/web/api/web_animations_api/using_the_web_animations_api/index.html
+++ b/files/ru/web/api/web_animations_api/using_the_web_animations_api/index.html
@@ -319,7 +319,7 @@ drinking.pause();</pre>
<p>CSS Animations и Transitions (переходы) имеют свои события и они также могут быть воспроизведены и в Web Animations API:</p>
<ul>
- <li><code><a href="/en-US/docs/Web/API/Animation/onfinish">onfinish</a></code> это обработчик событий для завершения события и он может быть запущена вручную в функции/команды <code><a href="/en-US/docs/Web/API/Animation/finish">finish()</a></code>.</li>
+ <li><code><a href="/en-US/docs/Web/API/Animation/onfinish">onfinish</a></code> это обработчик событий для завершения события и он может быть запущен вручную в функции/команды <code><a href="/en-US/docs/Web/API/Animation/finish">finish()</a></code>.</li>
<li><code><a href="/en-US/docs/Web/API/Animation/oncancel">oncancel</a></code> это обработчик для отмены события и может быть запущен с помощью функции/команды <code><a href="/en-US/docs/Web/API/Animation/cancel">cancel()</a></code>.</li>
</ul>