Potentially regrettable coding under the influence.

main
Shoofle 11 years ago
parent a213553a18
commit 9205dc2be1
  1. 13
      articles/web_420.0.article.html

@ -0,0 +1,13 @@
<article>
<svg id="weeeeedblog" width="400px" viewBox="-100 -100 200 200" xmlns="http://www.w3.org/2000/svg" height="400px">
<g id="weeedblog">
<circle cx=0 cy=70 r=10 />
</g>
</svg>
<script type="text/javascript">
$(document).ready(function() {
var angle = 0;
setInterval(function() { $('#weeedblog').attr('transform', 'rotate(' + angle + ')'); angle += 3;}, 40);
});
</script>
</article>
Loading…
Cancel
Save