Created
October 27, 2012 07:45
-
-
Save bhargav2785/3963422 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-2{ | |
position: relative; | |
margin: 50px; | |
width: 200px; | |
height: 200px; | |
background-color: steelblue; | |
-webkit-animation: myAnimation 1s infinite alternate; | |
} | |
@-webkit-keyframes myAnimation{ | |
from { box-shadow: 0 0 5px 5px rgba(255,0,0,0.5) } | |
to { box-shadow: none } | |
} | |
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-2"></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