Team:Heidelberg/Templates/style-css
From 2013.igem.org
(Difference between revisions)
m |
m |
||
Line 527: | Line 527: | ||
} | } | ||
- | + | 15% { | |
opacity: 1; | opacity: 1; | ||
-webkit-transform: scale(1.05); | -webkit-transform: scale(1.05); | ||
} | } | ||
- | + | 23% { | |
-webkit-transform: scale(.9); | -webkit-transform: scale(.9); | ||
} | } | ||
- | + | 30% { | |
-webkit-transform: scale(1); | -webkit-transform: scale(1); | ||
} | } | ||
Line 547: | Line 547: | ||
} | } | ||
- | + | 15% { | |
opacity: 1; | opacity: 1; | ||
-moz-transform: scale(1.05); | -moz-transform: scale(1.05); | ||
} | } | ||
- | + | 23% { | |
-moz-transform: scale(.9); | -moz-transform: scale(.9); | ||
} | } | ||
- | + | 30% { | |
-moz-transform: scale(1); | -moz-transform: scale(1); | ||
} | } | ||
Line 567: | Line 567: | ||
} | } | ||
- | + | 15% { | |
opacity: 1; | opacity: 1; | ||
-ms-transform: scale(1.05); | -ms-transform: scale(1.05); | ||
} | } | ||
- | + | 23% { | |
-ms-transform: scale(.9); | -ms-transform: scale(.9); | ||
} | } | ||
- | + | 30% { | |
-ms-transform: scale(1); | -ms-transform: scale(1); | ||
} | } | ||
Line 587: | Line 587: | ||
} | } | ||
- | + | 15% { | |
opacity: 1; | opacity: 1; | ||
-o-transform: scale(1.05); | -o-transform: scale(1.05); | ||
} | } | ||
- | + | 23% { | |
-o-transform: scale(.9); | -o-transform: scale(.9); | ||
} | } | ||
- | + | 30% { | |
-o-transform: scale(1); | -o-transform: scale(1); | ||
} | } | ||
Line 607: | Line 607: | ||
} | } | ||
- | + | 15% { | |
opacity: 1; | opacity: 1; | ||
transform: scale(1.05); | transform: scale(1.05); | ||
} | } | ||
- | + | 23% { | |
transform: scale(.9); | transform: scale(.9); | ||
} | } | ||
- | + | 30% { | |
transform: scale(1); | transform: scale(1); | ||
} | } | ||
Line 628: | Line 628: | ||
background-position:left; | background-position:left; | ||
display:inline-block; | display:inline-block; | ||
- | -webkit-animation: bounceIn | + | -webkit-animation: bounceIn 6s linear 5; |
- | -moz-animation: bounceIn | + | -moz-animation: bounceIn 6s linear 5; |
- | -ms-animation: bounceIn | + | -ms-animation: bounceIn 6s linear 5; |
- | -o-animation: bounceIn | + | -o-animation: bounceIn 6s linear 5; |
- | animation: bounceIn | + | animation: bounceIn 6s linear 5; |
} | } | ||
Revision as of 14:28, 25 October 2013