mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
f77b800cad
--HG-- extra : rebase_source : 82f7d0cdf89a543b4a07e126157096a47465de8e
13 lines
464 B
XML
13 lines
464 B
XML
<svg xmlns="http://www.w3.org/2000/svg"
|
|
onload="
|
|
document.documentElement.pauseAnimations();
|
|
document.documentElement.setCurrentTime(0);
|
|
document.getElementById('b').removeAttribute('begin');
|
|
document.getElementById('a').setAttribute('dur', '1s')">
|
|
<rect>
|
|
<animate attributeName="y" attributeType="XML" id="a"/>
|
|
<animate attributeName="fill" attributeType="CSS" id="b"
|
|
begin="a.end" dur="2s"/>
|
|
</rect>
|
|
</svg>
|