diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-03-16 19:08:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-16 19:08:49 +0300 |
commit | e919cce475d2dd6659af56cce76b08d84d67369f (patch) | |
tree | e4b4f51feae181b19225e6328b11c1af25c71e67 /files/ru/web/api/web_animations_api | |
parent | a63821417752b75b8d81077b7eb6fb8fd8cb5e7f (diff) | |
download | translated-content-e919cce475d2dd6659af56cce76b08d84d67369f.tar.gz translated-content-e919cce475d2dd6659af56cce76b08d84d67369f.tar.bz2 translated-content-e919cce475d2dd6659af56cce76b08d84d67369f.zip |
Apply suggestions from code review
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
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.html | 4 |
1 files changed, 2 insertions, 2 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 5235ec2de5..95f144b348 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,8 +319,8 @@ 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/oncancel">oncancel</a></code> это обработчик для отмены события и может быть запущен с помощью функции/команды <code><a href="/en-US/docs/Web/API/Animation/cancel">cancel()</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> <p>Здесь мы устанавливаем обратный вызов для бутылки, кекса и Алисы, чтобы запустить функцию endGame.</p> |