Récupération du cours SVG
This commit is contained in:
53
exercices/vague/wave.svg
Executable file
53
exercices/vague/wave.svg
Executable file
@@ -0,0 +1,53 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 40">
|
||||
<path fill="#402158" opacity="0.5"
|
||||
d="M0,25
|
||||
C 50 25, 50 40, 100 40
|
||||
C 180 40 200 10 300 10
|
||||
S 400 40 500 40
|
||||
C 535 40 550 25 600 25
|
||||
C 650 25, 650 40, 700 40
|
||||
V 100 H 0 Z
|
||||
H 0 Z">
|
||||
<animateTransform attributeName="transform"
|
||||
attributeType="XML"
|
||||
type="translate"
|
||||
from="0"
|
||||
to="-600"
|
||||
dur="10s"
|
||||
repeatCount="indefinite"/>
|
||||
</path>
|
||||
<path fill="#7d5683" opacity="0.5"
|
||||
d="M0,25
|
||||
C 50 25, 50 40, 100 40
|
||||
C 180 40 200 10 300 10
|
||||
S 400 40 500 40
|
||||
C 535 40 550 25 600 25
|
||||
C 650 25, 650 40, 700 40
|
||||
V 100 H 0 Z
|
||||
H 0 Z">
|
||||
<animateTransform attributeName="transform"
|
||||
attributeType="XML"
|
||||
type="translate"
|
||||
from="-600"
|
||||
to="0"
|
||||
dur="9s"
|
||||
repeatCount="indefinite"/>
|
||||
</path>
|
||||
<path fill="#e2e9ff" opacity="0.5"
|
||||
d="M0,25
|
||||
C 50 25, 50 40, 100 40
|
||||
C 180 40 200 10 300 10
|
||||
S 400 40 500 40
|
||||
C 535 40 550 25 600 25
|
||||
C 650 25, 650 40, 700 40
|
||||
V 100 H 0 Z
|
||||
H 0 Z">
|
||||
<animateTransform attributeName="transform"
|
||||
attributeType="XML"
|
||||
type="translate"
|
||||
from="0"
|
||||
to="-600"
|
||||
dur="8s"
|
||||
repeatCount="indefinite"/>
|
||||
</path>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user