html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<svg>
<path id="path1" d="m20.75,114.75l54.5,-94l54.5,94l-109,0z" fill="green" stroke="black" stroke-width="0"/>
<animate
xlink:href="#path1"
attributeName="stroke-width"
from="0"
to="5"
dur=".2s"
begin="path1.mouseover"
end="path1.mouseout"
repeatCount="indefinite"
fill="freeze" />
</svg>
Enter to Rename, Shift+Enter to Preview
css
css
1
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run