diff options
| author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-03-16 19:13:03 +0300 |
|---|---|---|
| committer | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-03-16 19:13:03 +0300 |
| commit | e4dbda5c2f1c1252182ae8da51b3a23deaf5f642 (patch) | |
| tree | 39ae56984158f95532433a31cc5e325401fc001d /files/ru/web/api | |
| parent | 1764771600738b6e01d6d6ed06626fcd52751e7a (diff) | |
| parent | e919cce475d2dd6659af56cce76b08d84d67369f (diff) | |
| download | translated-content-e4dbda5c2f1c1252182ae8da51b3a23deaf5f642.tar.gz translated-content-e4dbda5c2f1c1252182ae8da51b3a23deaf5f642.tar.bz2 translated-content-e4dbda5c2f1c1252182ae8da51b3a23deaf5f642.zip | |
Merge branch 'lex111/ru-typos-2' of github.com:mdn/translated-content into lex111/ru-typos-2
Diffstat (limited to 'files/ru/web/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> |
