Template:Team:NCTU Formosa/header-human

From 2012.igem.org

(Difference between revisions)
Line 213: Line 213:
-moz-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border-radius: 15px;
-
-webkit-transition: 1s;
+
-webkit-transition: 0.5s;
-
-moz-transition: 1s;
+
-moz-transition: 0.5s;
-
transition: 1s;
+
transition: 0.5s;
}
}
#submenu1 h1 {
#submenu1 h1 {
Line 282: Line 282:
   overflow: hidden;
   overflow: hidden;
   padding: 0px;
   padding: 0px;
-
   -webkit-transition: height 1s ease;
+
   -webkit-transition: height 0.5s ease;
-
     -moz-transition: height 1s ease;
+
     -moz-transition: height 0.5s ease;
-
       -o-transition: height 1s ease;
+
       -o-transition: height 0.5s ease;
-
       -ms-transition: height 1s ease;
+
       -ms-transition: height 0.5s ease;
-
           transition: height 1s ease;
+
           transition: height 0.5s ease;
}
}
#submenu1:hover p, #submenu2-1:hover p, #submenu2-5:hover p {
#submenu1:hover p, #submenu2-1:hover p, #submenu2-5:hover p {

Revision as of 13:57, 15 September 2012