Template:Team:York UK/MainHeader
From 2013.igem.org
(Difference between revisions)
Line 615: | Line 615: | ||
height: auto; | height: auto; | ||
display: inline; | display: inline; | ||
- | opacity: 1; | + | animation-name: appear; |
+ | animation-delay:0.8s; | ||
+ | /*opacity: 1;*/ | ||
} | } | ||
+ | |||
+ | @keyframes appear | ||
+ | { | ||
+ | from {opacity:0;} | ||
+ | to {opacity:1;} | ||
+ | } | ||
.bubble .hide { | .bubble .hide { |
Revision as of 22:57, 4 October 2013