diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:50:25 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:50:25 +0100 |
commit | 8519a85da1acd5b7863268b6cf6f9e4fd14bcf31 (patch) | |
tree | e1913952f832b4143627130e94a6eb117da5de79 /files/pt-pt/web/svg/namespaces_crash_course | |
parent | 2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e (diff) | |
download | translated-content-8519a85da1acd5b7863268b6cf6f9e4fd14bcf31.tar.gz translated-content-8519a85da1acd5b7863268b6cf6f9e4fd14bcf31.tar.bz2 translated-content-8519a85da1acd5b7863268b6cf6f9e4fd14bcf31.zip |
unslug pt-pt: modify
Diffstat (limited to 'files/pt-pt/web/svg/namespaces_crash_course')
-rw-r--r-- | files/pt-pt/web/svg/namespaces_crash_course/example/index.html | 3 |
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> |