Skip to content

Instantly share code, notes, and snippets.

Created December 6, 2014 20:35
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 anonymous/0cf2c6f349e2a3c3fe86 to your computer and use it in GitHub Desktop.
Save anonymous/0cf2c6f349e2a3c3fe86 to your computer and use it in GitHub Desktop.
EaPZmG
<div class="chamo">
<img src="http://alter.guppystory.org/skin/dune/img/chameau.gif">
</div>
.chamo {
width:7%;
height:auto;
position:relative;
top:1rem;
left:5rem;
z-index:10;
animation:cssAnimation 7s linear infinite;
}
@keyframes cssAnimation{
45% { transform:translate3d(-1);}
100% {filter:flipH(1.1);}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment