Created
March 1, 2013 20:50
-
-
Save crazyrohila/5067683 to your computer and use it in GitHub Desktop.
coming through.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* coming through. | |
*/ | |
@keyframes gola { | |
0%{ transform: rotate(0deg) scale(.01) skew(0,0); top:0;} | |
15%{ transform: rotate(0deg) scale(.01) skew(0,0); top:0;} | |
100%{ transform: rotate(720deg) scale(7) skew(10deg,10deg); top:90%;} | |
} | |
.gola { | |
width:150px; | |
height: 150px; | |
background-image: linear-gradient(left, green, red); | |
border-radius: 50%; | |
position: absolute; | |
left: 40%; | |
animation: gola 3s ease-in infinite; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- content to be placed inside <body>…</body> --> | |
<div id="main"> | |
<div class="gola"></div> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment