Skip to content

Commit ac2192e

Browse files
committed
update 3.8.6.4
1 parent dd3a44b commit ac2192e

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

images/collision_triangle.svg

Lines changed: 2 additions & 5 deletions
Loading

script/collision_triangle.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@
3838
<div class="wrapper">
3939
<main>
4040
<h1>collision_triangle</h1>
41-
<p><svg class="fright" width="350" height="200" style="overflow:visible" xmlns="http://www.w3.org/2000/svg">
42-
<g id="collision" transform="translate(150,40)">
43-
<polyline points="0,0 155,0 180,120, 0,0" style="fill:#000f" />
44-
</g>
41+
<p><svg class="fright border" width="350" height="190" style="background-color:#000; overflow:visible" xmlns="http://www.w3.org/2000/svg">
4542
<g transform="translate(20, 170)">
4643
<g id="trianglemask">
4744
<polygon points="0,-150 150,0 0,0" style="fill:#ffff" />
@@ -75,7 +72,7 @@ <h1>collision_triangle</h1>
7572
@keyframes move1 {
7673
0%,15% { opacity: 0%; }
7774
15% { transform: none; opacity: 90% }
78-
45%,60%,100% { transform: translate(237px,-58px) rotate(34deg) scale(0.582,0.573); }
75+
45%,75%,100% { transform: translate(237px,-58px) rotate(34deg) scale(0.582,0.573); }
7976
}
8077
@keyframes move2 {
8178
0%,25% { opacity: 0%; }

0 commit comments

Comments
 (0)