infect-frontend
Version:
infect fronend
18 lines (17 loc) • 311 B
HTML
<style>
svg {
height: 100%;
width: 100%;
border: 1px solid red;
}
g {
transition: transform 2s ease-in-out;
will-change: transform;
}
</style>
<svg xmlns="http://www.w3.org/2000/svg">
<defs>
<circle r="12" id="circle-def" fill="inherit"></circle>
</defs>
</svg>
<script src="svg.js"></script>