Team:NCTU Formosa/source/head-index
From 2014.igem.org
(Difference between revisions)
Line 276: | Line 276: | ||
float:left; | float:left; | ||
color:white; | color:white; | ||
+ | -webkit-transition: background 1s ease-in-out; | ||
+ | -moz-transition: background 1s ease-in-out; | ||
+ | -ms-transition: background 1s ease-in-out; | ||
+ | -o-transition: background 1s ease-in-out; | ||
+ | transition: background 1s ease-in-out; | ||
} | } | ||
#description .wordbox:hover { | #description .wordbox:hover { | ||
Line 284: | Line 289: | ||
float:left; | float:left; | ||
color:white; | color:white; | ||
+ | -webkit-transition: background 1s ease-in-out; | ||
+ | -moz-transition: background 1s ease-in-out; | ||
+ | -ms-transition: background 1s ease-in-out; | ||
+ | -o-transition: background 1s ease-in-out; | ||
+ | transition: background 1s ease-in-out; | ||
} | } | ||
Revision as of 01:48, 18 October 2014