JQUERY中的animate动画效果,可以两种一起实现吗
$(".listli").mouseenter(function(){$(this).find(".gtt").stop().animate({bottom:'0px'}...
$(".list li").mouseenter(function(){
$(this).find(".gtt").stop().animate({bottom:'0px'},'fast');
});
$(".list li").mouseout(function(){
$(this).find(".gtt").stop().animate({bottom:'-32px'},'fast');
});
</script>
--==============================我想让它的bottom和透明度同时变化,可以吗,bottom我已经写好了,但是透明度的变化怎么写。 展开
$(this).find(".gtt").stop().animate({bottom:'0px'},'fast');
});
$(".list li").mouseout(function(){
$(this).find(".gtt").stop().animate({bottom:'-32px'},'fast');
});
</script>
--==============================我想让它的bottom和透明度同时变化,可以吗,bottom我已经写好了,但是透明度的变化怎么写。 展开
3个回答
展开全部
是可以的
请说出您的具体问题
我给你写个例子
请说出您的具体问题
我给你写个例子
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
继续在后面加fadeIn()或者fadeOut()
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
$(this).find(".gtt").stop().animate({bottom:'0px',opacity:"show"},'fast');
opacity的值也可以是一个百分值,比如 opacity:"0.5" 就是透明度为0.5
这种问题,应该学会用搜索引擎,百度“animate 透明度”就能出来答案,来这里问效率低下。
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询