Skip to content

Instantly share code, notes, and snippets.

@codepunkt
Created February 1, 2013 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codepunkt/4691549 to your computer and use it in GitHub Desktop.
Save codepunkt/4691549 to your computer and use it in GitHub Desktop.
Russian Roulette in SVG
<body>
<svg xmlns:xlink="http://www.w3.org/1999/xlink">
<a>
<text y="1em">Click me</text>
<animate attributeName="xlink:href" values="#;#;#;#;#;javascript:alert('Bang!')" begin="0s" dur="0.1s" fill="freeze" repeatCount="indefinite"/>
</a>
</svg>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment