mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-28 18:28:38 +09:00
12 lines
297 B
HTML
12 lines
297 B
HTML
<!doctype html>
|
|
<html>
|
|
<body onload="document.getElementById('containerA').pauseAnimations()">
|
|
<svg id="containerA">
|
|
<animate id="ia" end="50s"></animate>
|
|
<animate begin="60s" end="ic.end"></animate>
|
|
</svg>
|
|
<svg>
|
|
<animate id="ic" end="ia.end"></animate>
|
|
</svg>
|
|
</body>
|
|
</html>
|