-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
41 lines (41 loc) · 1.09 KB
/
test.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
<!DOCTYPE html>
<html>
<head>
<script src="anime.min.js"></script>
</head>
<body>
<div>dd</div>
<script>
const anime = require("animejs");
anime({
targets: "div",
translateX: 250,
rotate: "1turn",
backgroundColor: "#FFF",
duration: 800,
});
</script>
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 27.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg
version="1.1"
id="레이어_1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
viewBox="0 0 1920 1080"
style="enable-background: new 0 0 1920 1080"
xml:space="preserve"
>
<path
style="fill: #ffffff; stroke: #000000; stroke-miterlimit: 10"
d="M229.5,104.5c-164,2-142,121-142,121l6,77l227,23L229.5,104.5z"
/>
<polygon
style="fill: #ffffff; stroke: #000000; stroke-miterlimit: 10"
points="390.5,119.5 504.5,224.5 870.5,189.5 "
/>
</svg>
</body>
</html>