Team:Heidelberg/Templates/style-css
From 2013.igem.org
(Difference between revisions)
m |
m |
||
Line 628: | Line 628: | ||
background-position:left; | background-position:left; | ||
display:inline-block; | display:inline-block; | ||
- | -webkit-animation: bounceIn 2s linear; | + | -webkit-animation: bounceIn 2s linear infinite; |
- | -moz-animation: bounceIn 2s linear; | + | -moz-animation: bounceIn 2s linear infinite; |
- | -ms-animation: bounceIn 2s linear; | + | -ms-animation: bounceIn 2s linear infinite; |
- | -o-animation: bounceIn 2s linear; | + | -o-animation: bounceIn 2s linear infinite; |
- | animation: bounceIn 2s linear; | + | animation: bounceIn 2s linear infinite; |
} | } | ||
Revision as of 13:42, 25 October 2013