Created
October 28, 2012 02:46
-
-
Save bhargav2785/3967250 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or 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
.ani-box-shadow-4{ | |
position:relative; | |
margin: 50px; | |
height: 200px; | |
width:200px; | |
background-color: steelblue; | |
background-image: -webkit-radial-gradient(100% 100%, circle cover, black, transparent); | |
-webkit-animation: myAnimation 1s infinite alternate; | |
} | |
@-webkit-keyframes myAnimation{ | |
from { -webkit-radial-gradient(0% 0%, circle cover, black, transparent) } | |
to { -webkit-radial-gradient(100% 100%, circle cover, black, transparent) } | |
} |
This file contains hidden or 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
<div class="ani-box-shadow-4"></div> |
This file contains hidden or 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":"60","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment