Team:Imperial College/Templates/Carousel
From 2013.igem.org
(Difference between revisions)
(2 intermediate revisions not shown) | |||
Line 107: | Line 107: | ||
max-width: 65%; | max-width: 65%; | ||
z-index: 1000; | z-index: 1000; | ||
+ | -webkit-transition: all 300ms ease; | ||
+ | -moz-transition: all 300ms ease; | ||
+ | -ms-transition: all 300ms ease; | ||
+ | -o-transition: all 300ms ease; | ||
+ | transition: all 300ms ease; | ||
+ | opacity: 1; | ||
+ | } | ||
+ | |||
+ | #slides .slide span.text:hover { | ||
+ | opacity: 0.25; | ||
} | } | ||
Latest revision as of 12:14, 30 September 2013