<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Animations svg</title>
</head>
<body>
<!--set-->
<div class="elmt3">
<svg version="1.1" viewBox="0 0 350 350" xmlns="http://www.w3.org/2000/svg">
<g style="visibility: hidden">
<rect x="25px" y="25px" width="200" height="100" style="fill :pink" />
<set attributeName="visibility" attributeType="CSS"
to="visible"
begin="0" dur="3s"/>
</g>
</svg>
</div>
</body>
</html>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.