-1:000000000000 | 0:13787da4a643 |
---|---|
1 <?xml version="1.0"?> | |
2 | |
3 <svg xmlns="http://www.w3.org/2000/svg"> | |
4 | |
5 <script type="text/javascript"> | |
6 <![CDATA[ | |
7 | |
8 function boom() | |
9 { | |
10 var a = document.getElementById("a"); | |
11 a.removeAttribute("end"); | |
12 a.setAttribute("end", "a.begin"); | |
13 } | |
14 | |
15 window.addEventListener("load", boom, false); | |
16 | |
17 ]]> | |
18 </script> | |
19 | |
20 <animate end="0" id="a" onend="boom()"/> | |
21 </svg> |