diff options
Diffstat (limited to 'files/ru/web/api/canvas_api/tutorial/basic_animations')
-rw-r--r-- | files/ru/web/api/canvas_api/tutorial/basic_animations/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/api/canvas_api/tutorial/basic_animations/index.html b/files/ru/web/api/canvas_api/tutorial/basic_animations/index.html index eb1304bc4d..0719240b2c 100644 --- a/files/ru/web/api/canvas_api/tutorial/basic_animations/index.html +++ b/files/ru/web/api/canvas_api/tutorial/basic_animations/index.html @@ -116,7 +116,7 @@ init(); <pre class="brush: html"><canvas id="canvas" width="300" height="300"></canvas></pre> </div> -<p>{{EmbedLiveSample("An_animated_solar_system", "310", "310", "https://mdn.mozillademos.org/files/202/Canvas_animation1.png")}}</p> +<p>{{EmbedLiveSample("Анимированная_солнечная_система", "310", "310", "https://mdn.mozillademos.org/files/202/Canvas_animation1.png")}}</p> <h2 id="Анимированные_часы">Анимированные часы</h2> @@ -225,7 +225,7 @@ window.requestAnimationFrame(clock);</pre> <pre class="brush: html"><canvas id="canvas" width="150" height="150"></canvas></pre> </div> -<p>{{EmbedLiveSample("An_animated_clock", "180", "180", "https://mdn.mozillademos.org/files/203/Canvas_animation2.png")}}</p> +<p>{{EmbedLiveSample("Анимированные_часы", "180", "180", "https://mdn.mozillademos.org/files/203/Canvas_animation2.png")}}</p> <h2 id="Зацикленная_панорама">Зацикленная панорама</h2> @@ -295,7 +295,7 @@ function draw() { <pre class="brush: html"><canvas id="canvas" width="800" height="200"></canvas></pre> -<p>{{EmbedLiveSample("A_looping_panorama", "830", "230")}}</p> +<p>{{EmbedLiveSample("Зацикленная_панорама", "830", "230")}}</p> <h2 id="Other_examples" name="Other_examples">Другие примеры</h2> |