-
Notifications
You must be signed in to change notification settings - Fork 1
/
sex.html
45 lines (24 loc) · 1.18 KB
/
sex.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<body>
<div style="height:20%; margin:0 auto;">
</div>
<div style="width:320; margin:0 auto;">
<svg version="1.1" width="100%" height="320" fill="none" stroke="#000" stroke-linecap="square" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<path id="r1">
<animate id="p1" attributeName="d" values="m160,160l0,0 0,0; m130,110l30,-17 30,17; m130,60l30,-17 30,17; m160,20l0,0 0,0" dur="10s" repeatCount="indefinite"/>
<animate attributeName="stroke-width" attributeName="opacity" from="1" to="0" dur="10s" repeatCount="indefinite" begin="p1.begin"/>
</path>
</defs>
<use xlink:href="#r1"/>
<use xlink:href="#r1" transform="rotate(60 160 160)"/>
<use xlink:href="#r1" transform="rotate(120 160 160)"/>
<use xlink:href="#r1" transform="rotate(180 160 160)"/>
<use xlink:href="#r1" transform="rotate(240 160 160)"/>
<use xlink:href="#r1" transform="rotate(300 160 160)"/>
</svg>
<svg version="1.1" width="300" height="200" xmlns="http://www.w3.org/2000/svg">
<circle cx="100" cy="100" r="200" style="fill: blue" />
<rect x="100" y="100" width="200" height="200" style="fill: blue" />
</svg>
</div>
</body>