Skip to content

Instantly share code, notes, and snippets.

@ausi
Last active April 14, 2019 10:37
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 ausi/9177c78b14aa0bec3d9c48d4e0b5272e to your computer and use it in GitHub Desktop.
Save ausi/9177c78b14aa0bec3d9c48d4e0b5272e to your computer and use it in GitHub Desktop.
SVG cursors experiments
/**
* SVG cursors experiments
*/
html {
height: 100vh;
cursor: busy;
cursor: -webkit-image-set(url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200" viewBox="0 0 100 100">\
<style>@keyframes dance{to { transform: rotate(-10deg);}</style>\
<text y="1em" style="font-size: 90px; animation: dance .5s infinite alternate">🦄</text></svg>') 2x), not-allowed;
}
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment