<!DOCTYPE html>
<html>
<body>
<p><b>Нотатка:</b> Цей приклад не працює у Firefox.</p>
<svg width="500" height="500">
<rect x="10" y="20" width="90" height="60">
<animate id="a1" attributeName="fill" from="red" to="blue" dur="3s" fill="freeze" />
</rect>
<rect x="10" y="120" width="90" height="60">
<animate id="a2" attributeName="fill" from="blue" to="yellow" begin="a1.end" dur="3s" fill="freeze" />
</rect>
<rect x="10" y="220" width="90" height="60">
<animate id="a3" attributeName="fill" from="yellow" to="green" begin="a2.end" dur="3s" fill="freeze" />
</rect>
На жаль, ваш браузер не підтримує вбудований SVG.
</svg>
</body>
</html>