aboutsummaryrefslogtreecommitdiff
path: root/files/pt-pt/web/svg/namespaces_crash_course/example/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-pt/web/svg/namespaces_crash_course/example/index.html')
-rw-r--r--files/pt-pt/web/svg/namespaces_crash_course/example/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/pt-pt/web/svg/namespaces_crash_course/example/index.html b/files/pt-pt/web/svg/namespaces_crash_course/example/index.html
index a9fa3f8765..9a319f0673 100644
--- a/files/pt-pt/web/svg/namespaces_crash_course/example/index.html
+++ b/files/pt-pt/web/svg/namespaces_crash_course/example/index.html
@@ -1,10 +1,11 @@
---
title: Exemplo
-slug: Web/SVG/Namespaces_Crash_Course/Exemplo
+slug: Web/SVG/Namespaces_Crash_Course/Example
tags:
- SVG
- XML
translation_of: Web/SVG/Namespaces_Crash_Course/Example
+original_slug: Web/SVG/Namespaces_Crash_Course/Exemplo
---
<p>In this example, we use <a href="/en-US/docs/XHTML">XHTML</a>, <a href="/pt-PT/docs/Web/SVG">SVG</a>, <a href="/pt-PT/docs/Web/JavaScript">JavaScript</a>, and the <a href="/pt-PT/docs/DOM/DOM_Reference">DOM</a> to animate a swarm of "motes". These motes are governed by two simple principles. First, each mote tries to move towards the mouse cursor, and second each mote tries to move away from the average mote position. Combined, we get this very natural-looking behavior.</p>