Skip to content

Instantly share code, notes, and snippets.

@leuchtetgruen
Created June 7, 2012 08:42
Show Gist options
  • Save leuchtetgruen/2887491 to your computer and use it in GitHub Desktop.
Save leuchtetgruen/2887491 to your computer and use it in GitHub Desktop.
Untitled
@keyframes bounce {
0% { transform: translateY(0%); }
50% { transform: translateY(-50%); }
}
img:hover {
animation: bounce 1s infinite;
animation-timing-function: ease-in-out;
}
<h1>Der springende Punkt...</h1>
<br/>
<br/>
<br/>
<br/>
<img src="http://docs.blackberry.com/en/smartphone_users/deliverables/27018/pb_app_world_icon_1978041_11.png" />
<hr/>
{"view":"separate","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