热门关键字:
jquery > jquery插件 > jquery相册 > 网友三石分享jquery图文开关灯切换特效

网友三石分享jquery图文开关灯切换特效

10553
所属分类:jquery相册
发布时间:2014/1/15 0:32:37
下载量:1375
评论数:1
转载请自觉注明原文:http://www.jq-school.com/Detail.aspx?id=406

首先非常感谢网友三石的无私分享,这是他分享到JquerySchool网站上的第一款作品,非常实用,是他从网站扣下来的,第一时间与大家分享,实现了jquery图文开关灯切换特效,使用非常简单,网友们下载下来看一下就明白了。。。

 

初始化jquery代码如下:

$(function(){
	$('.one_fourth_box').each(function(){
		$(this).hover(function(){
			$(this).children('.ofb-img').stop(true).animate({top:'-135px'})
			$(this).children('.ofb-img-bottom').stop(true).animate({top:'25px'})
			$(this).children('.ofb-text').stop(true).animate({top:'160px'})
			$(this).children('.ofb-text-top').stop(true).animate({top:'25px'})
			$(this).children('.ofb-bg').stop(true,true).fadeIn();
		},function(){
			$(this).children('.ofb-img').stop(true).animate({top:'25px'})
			$(this).children('.ofb-img-bottom').stop(true).animate({top:'160px'})
			$(this).children('.ofb-text').stop(true).animate({top:'25px'})
			$(this).children('.ofb-text-top').stop(true).animate({top:'-110px'})
			$(this).children('.ofb-bg').stop(true,true).fadeOut();
		})
	})
})

 

效果如下:

网友三石分享jquery图文开关灯切换特效

 





如果您觉得本作品对您的学习有所帮助:支付鼓励



关键字:网友三石 滑动插件 图文切换 开关灯特效 Jquery相册 QQ相册
  • 网友三石分享jquery图文开关灯切换特效如果你喜欢学院的资源就下载吧,亲,谢谢!
  • 网友三石分享jquery图文开关灯切换特效
  • 网友三石分享jquery图文开关灯切换特效
  • 提示:如果网络问题无法下载,请多尝试几次,与 网站管理员联系 或 本站留言 !

声明: 本站内容均为网友原创或整理于互联网,版权归作品最初创作人,转载请注明(出处)原文链接,转载前请邮件至磐temdy@qq.com,一旦发现造成侵权行为,后果自负。。

友荐云推荐