Skip to content

Instantly share code, notes, and snippets.

@mariofts
Created April 16, 2013 22:21
Show Gist options
  • Save mariofts/5400154 to your computer and use it in GitHub Desktop.
Save mariofts/5400154 to your computer and use it in GitHub Desktop.
Untitled
body:hover img{
animation-play-state : paused;
}
img{
animation: troca 8s infinite;
position: absolute;
top: 0;
left: 0;
}
img + img{
animation-delay: -4s;
}
@keyframes troca{
0%,40%,100%{
opacity: 1;
}
50%,90%{
opacity: 0;
}
}
<img src="http://mirrorfashion.net/loja/img/destaque-home.jpg">
<img src="http://mirrorfashion.net/loja/img/destaque-home-2.jpg">
// alert('Hello world!');
{"view":"split-vertical","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