Team:HKUST-Hong Kong
From 2012.igem.org
(Difference between revisions)
Line 30: | Line 30: | ||
@-moz-keyframes flyIn | @-moz-keyframes flyIn | ||
{ | { | ||
- | 0% {left:0px; bottom:0px;} | + | 0% {left:0px; bottom:0px; backgroung:red;} |
- | 100% {left:0px; top:0px;} | + | 100% {left:0px; top:0px; background:blue;} |
} | } | ||
@-webkit-keyframes flyIn | @-webkit-keyframes flyIn | ||
{ | { | ||
- | 0% {left:0px; bottom:0px;} | + | 0% {left:0px; bottom:0px; background:red;} |
- | 100% {left:0px; top:0px;} | + | 100% {left:0px; top:0px; background:blue;} |
} | } | ||
Revision as of 09:43, 17 June 2012