Team:HKUST-Hong Kong

From 2012.igem.org

(Difference between revisions)
Line 24: Line 24:
padding:10px;
padding:10px;
         font:Arial, Helvetica, sans-serif;
         font:Arial, Helvetica, sans-serif;
 +
        -moz-animation:flyIn 5s;
 +
        -webkit-animation:flyIn 5s;
}
}
 +
@-moz-keyframes flyIn
 +
{
 +
        0% {left:0px; bottom:0px;}
 +
        100% {left:0px; top:0px;}
 +
}
 +
 +
@-webkit-keyframes flyIn
 +
{
 +
        0% {left:0px; bottom:0px;}
 +
        100% {left:0px; top:0px;}
 +
}

Revision as of 09:38, 17 June 2012

Team:HKUST-Hong Kong - 2012.igem.org