我的翻页拇指在我的页面上淡出,但是像文字一样滑动到位而不是褪色,但在文本下面有一个透明的彩色条。
$(document).ready(function()
{
$("img.b").hover(
function() {
$(this).stop().animate({"opacity": "1"}, "70");
},
function() {
$(this).stop().animate({"opacity": "0"}, "100");
现在的运作方式
http://toddheymandirector.com/REEL/
如何操作