Created
June 6, 2012 14:09
-
-
Save leuchtetgruen/2882073 to your computer and use it in GitHub Desktop.
Untitled
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@keyframes bounce { | |
0% { transform: translateY(0%); } | |
50% { transform: translateY(-50%); } | |
} | |
img:hover { | |
animation: bounce 1s infinite; | |
animation-timing-function: ease-in-out; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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