Team:HKUST-Hong Kong
From 2012.igem.org
(Difference between revisions)
Line 79: | Line 79: | ||
height:150px; | height:150px; | ||
float:left; | float:left; | ||
+ | position:relative; | ||
margin-left:5px; | margin-left:5px; | ||
margin-right:5px; | margin-right:5px; | ||
margin-bottom:5px; | margin-bottom:5px; | ||
+ | -moz-animation:flyIniGEM 2s; | ||
+ | -webkit-animation:flyIniGEM 2s; | ||
+ | } | ||
+ | |||
+ | @-moz-keyframes flyIniGEM{ | ||
+ | 0%{left:0px; top:1000px;} | ||
+ | 100% {left:0px; top:0px;} | ||
+ | } | ||
+ | |||
+ | @-webkit-keyframes flyIniGEM{ | ||
+ | 0%{left:0px; top:1000px;} | ||
+ | 100% {left:0px; top:0px;} | ||
} | } | ||
Line 90: | Line 103: | ||
margin-right:5px; | margin-right:5px; | ||
margin-top:5px; | margin-top:5px; | ||
+ | position:relative; | ||
+ | -moz-animation:flyInHKUSTLogo 2s; | ||
+ | -webkit-animation:flyInHKUSTLogo 2s; | ||
+ | } | ||
+ | |||
+ | @-moz-keyframes flyInHKUSTLogo{ | ||
+ | 0%{left:0px; bottom:1000px;} | ||
+ | 100% {left:0px; bottom:0px;} | ||
+ | } | ||
+ | |||
+ | @-webkit-keyframes flyInHKUSTLogo{ | ||
+ | 0%{left:0px; bottom:1000px;} | ||
+ | 100% {left:0px; bottom:0px;} | ||
} | } | ||
Line 95: | Line 121: | ||
background-image:url(https://static.igem.org/mediawiki/2012/a/a4/HKUST_Link.jpg); | background-image:url(https://static.igem.org/mediawiki/2012/a/a4/HKUST_Link.jpg); | ||
float:right; | float:right; | ||
+ | position:relative; | ||
+ | -moz-animation:flyInTEMP 2s; | ||
+ | -webkit-animation:flyInTEMP 2s; | ||
} | } | ||
+ | @-moz-keyframes flyInTEMP{ | ||
+ | 0%{right:1000px; top:0px;} | ||
+ | 100% {left:0px; top:0px;} | ||
+ | } | ||
+ | |||
+ | @-webkit-keyframes flyInTEMP{ | ||
+ | 0%{right:1000px; top:0px;} | ||
+ | 100% {left:0px; top:0px;} | ||
+ | } | ||
#temp{ | #temp{ | ||
/* Firefox */ | /* Firefox */ |
Revision as of 07:31, 18 June 2012