Team:Heidelberg/Templates/style-css

From 2013.igem.org

(Difference between revisions)
m
m
Line 527: Line 527:
}
}
-
50% {
+
15% {
opacity: 1;
opacity: 1;
-webkit-transform: scale(1.05);
-webkit-transform: scale(1.05);
}
}
-
70% {
+
23% {
-webkit-transform: scale(.9);
-webkit-transform: scale(.9);
}
}
-
100% {
+
30% {
-webkit-transform: scale(1);
-webkit-transform: scale(1);
}
}
Line 547: Line 547:
}
}
-
50% {
+
15% {
opacity: 1;
opacity: 1;
-moz-transform: scale(1.05);
-moz-transform: scale(1.05);
}
}
-
70% {
+
23% {
-moz-transform: scale(.9);
-moz-transform: scale(.9);
}
}
-
100% {
+
30% {
-moz-transform: scale(1);
-moz-transform: scale(1);
}
}
Line 567: Line 567:
}
}
-
50% {
+
15% {
opacity: 1;
opacity: 1;
-ms-transform: scale(1.05);
-ms-transform: scale(1.05);
}
}
-
70% {
+
23% {
-ms-transform: scale(.9);
-ms-transform: scale(.9);
}
}
-
100% {
+
30% {
-ms-transform: scale(1);
-ms-transform: scale(1);
}
}
Line 587: Line 587:
}
}
-
50% {
+
15% {
opacity: 1;
opacity: 1;
-o-transform: scale(1.05);
-o-transform: scale(1.05);
}
}
-
70% {
+
23% {
-o-transform: scale(.9);
-o-transform: scale(.9);
}
}
-
100% {
+
30% {
-o-transform: scale(1);
-o-transform: scale(1);
}
}
Line 607: Line 607:
}
}
-
50% {
+
15% {
opacity: 1;
opacity: 1;
transform: scale(1.05);
transform: scale(1.05);
}
}
-
70% {
+
23% {
transform: scale(.9);
transform: scale(.9);
}
}
-
100% {
+
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 2s linear 1;
+
     -webkit-animation: bounceIn 6s linear 5;
-
     -moz-animation: bounceIn 2s linear 1;
+
     -moz-animation: bounceIn 6s linear 5;
-
     -ms-animation: bounceIn 2s linear 1;
+
     -ms-animation: bounceIn 6s linear 5;
-
     -o-animation: bounceIn 2s linear 1;
+
     -o-animation: bounceIn 6s linear 5;
-
     animation: bounceIn 2s linear 1;
+
     animation: bounceIn 6s linear 5;
}
}

Revision as of 14:28, 25 October 2013