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 infinite;
+
     -webkit-animation: bounceIn 1s linear infinite;
-
     -moz-animation: bounceIn 2s linear infinite;
+
     -moz-animation: bounceIn 1s linear infinite;
-
     -ms-animation: bounceIn 2s linear infinite;
+
     -ms-animation: bounceIn 1s linear infinite;
-
     -o-animation: bounceIn 2s linear infinite;
+
     -o-animation: bounceIn 1s linear infinite;
-
     animation: bounceIn 2s linear infinite;
+
     animation: bounceIn 1s linear infinite;
}
}

Revision as of 13:43, 25 October 2013