Skip to content

Instantly share code, notes, and snippets.

@bhargav2785
Created October 27, 2012 07:45
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 bhargav2785/3963422 to your computer and use it in GitHub Desktop.
Save bhargav2785/3963422 to your computer and use it in GitHub Desktop.
Untitled
.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 }
}
<div class="ani-box-shadow-2"></div>
{"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