aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/canvas_api/tutorial/advanced_animations
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/canvas_api/tutorial/advanced_animations')
-rw-r--r--files/ru/web/api/canvas_api/tutorial/advanced_animations/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/canvas_api/tutorial/advanced_animations/index.html b/files/ru/web/api/canvas_api/tutorial/advanced_animations/index.html
index a5172106db..44f0185bad 100644
--- a/files/ru/web/api/canvas_api/tutorial/advanced_animations/index.html
+++ b/files/ru/web/api/canvas_api/tutorial/advanced_animations/index.html
@@ -149,7 +149,7 @@ canvas.addEventListener('mouseout', function(e) {
ball.draw();</pre>
</div>
-<p>{{EmbedLiveSample("First_demo", "610", "310")}}</p>
+<p>{{EmbedLiveSample("Первое_демо", "610", "310")}}</p>
<h2 id="Ускорение">Ускорение</h2>
@@ -360,7 +360,7 @@ ball.draw();
<p><span class="notranslate">Переместите шар с помощью мыши и отпустите его одним щелчком.</span></p>
-<p>{{EmbedLiveSample("Adding_mouse_control", "610", "310")}}</p>
+<p>{{EmbedLiveSample("Добавление_управления_мышью", "610", "310")}}</p>
<h2 id="Breakout(арканоид)">Breakout(арканоид)</h2>