Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<style>
div {
animation: t 1s;
}
@keyframes t {
to { stroke-dasharray: none; }
}
</style>
<div></div>