Skip to content

Instantly share code, notes, and snippets.

@dbpoo
Created May 4, 2015 07:01
Show Gist options
  • Save dbpoo/0e41df08be4a3e562b15 to your computer and use it in GitHub Desktop.
Save dbpoo/0e41df08be4a3e562b15 to your computer and use it in GitHub Desktop.
VLLJPy
<img src="http://www.htmlpanda.com/assets/images/panda-final-fourth.png" width="730" height="654" alt="panda" class="animate">
@-webkit-keyframes floating{0%{top:0px}
50%{top:15px}
100%{top:0px}
}
@-moz-keyframes floating{0%{top:0px}
50%{top:15px}
100%{top:0px}
}
@-ms-keyframes floating{0%{top:0px}
50%{top:15px}
100%{top:0px}
}
@-o-keyframes floating{0%{top:0px}
50%{top:15px}100%{top:0px}}
@keyframes floating{0%{top:0px}
50%{top:15px}
100%{top:0px}
}
.animate{
-webkit-animation:floating 3s infinite linear;
-moz-animation:floating 3s infinite linear;
-ms-animation:floating 3s infinite linear;
-o-animation:floating 3s infinite linear;
position:relative
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment