0

我的翻滚拇指在我的页面上消失了,但我喜欢文本滑入到位而不是淡出,但在文本下方有一个透明的彩色条。

$(document).ready(function()
{
$("img.b").hover(
function() {
$(this).stop().animate({"opacity": "1"}, "70");
},
function() {
$(this).stop().animate({"opacity": "0"}, "100");

它现在的运作方式

http://toddheymandirector.com/REEL/

我喜欢它的运作方式

http://toddheymandirector.com/slide.html

4

1 回答 1

3

你可以这样做:http: //jsfiddle.net/xze3g/2/

编辑:为 IE 添加了不透明度

于 2012-06-14T03:56:50.707 回答