Template:Team:York UK/MainHeader
From 2013.igem.org
(Difference between revisions)
Line 619: | Line 619: | ||
animation-delay:0.2s; | animation-delay:0.2s; | ||
animation-fill-mode: forwards; | animation-fill-mode: forwards; | ||
+ | -webkit-animation-name: appear; | ||
+ | -webkit-animation-duration: 0.4s; | ||
+ | -webkit-animation-delay:0.2s; | ||
+ | -webkit-animation-fill-mode: forwards; | ||
/*opacity: 1;*/ | /*opacity: 1;*/ | ||
} | } | ||
@keyframes appear | @keyframes appear | ||
+ | { | ||
+ | from {opacity:0;} | ||
+ | to {opacity:1;} | ||
+ | } | ||
+ | @-webkit-keyframes appear | ||
{ | { | ||
from {opacity:0;} | from {opacity:0;} |
Revision as of 23:15, 4 October 2013