Skip to content

Instantly share code, notes, and snippets.

@iamsebastian
Created February 18, 2014 11:37
Show Gist options
  • Save iamsebastian/9069356 to your computer and use it in GitHub Desktop.
Save iamsebastian/9069356 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #486, darkgreen);
min-height: 100%;
<svg>
<rect x=50 width="30" height="100" fill="hsla(0,0%,100%,.5)">
<animateTransform
attributeName="transform"
type="rotate"
values="0 65 50; -20 65 50; 380 65 50; 350 65 50; 365 65 50; 360 65 50"
calcMode="spline"
keyTimes="0;.15;.65;0.85;0.92;1"
keySplines=".4 0 .6 1; .4 0 .6 1; .4 0 .6 1; .4 0 .6 1; 0 0 1 1;"
dur="1.41s"
repeatCount="1"
/>
</rect>
</svg>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment