web299.com
全部
教育
语言/资格考试
法律
互联网
政务民生
Word模板
Excel模板
PPT模板
网页特效
小程序模板
网站模板
首页
教育
语言/资格考试
法律
互联网
政务民生
Word模板
Excel模板
PPT模板
网页特效
小程序模板
网站模板
当前位置:
首页
>
网页特效
>
选项卡
tabs选项卡Jquery插件
分类:
选项卡
日期:
2024-05-14
点击(4)
评论(0)
演 示
免费下载
简介
1、引入相关js文件 2、初始化插件参数:$("#tabs1").tabs({yScroll:true}); 主要功能代码如下: ```html function _animate(index){ if(options.opacity){ opacityPlay(index); }else if(options.xScroll){ xScrollPlay(index); }else if(options.yScroll){ yScrollPlay(index); }else{ Play(index); }; }; function Play(index){ _option.removeClass("selected").eq(index).addClass("selected"); content.css("display","none").eq(index).css("display","block"); }; function opacityPlay(index){ _option.removeClass("selected").eq(index).addClass("selected"); if(content.eq(index).css("display")== "none"){ content.css("display","none").eq(index).fadeIn(options.animateSpeed); } }; function xScrollPlay(index){ _option.removeClass("selected").eq(index).addClass("selected"); $(".fatbox",box).animate({ marginLeft:-(tabWidth-2)*index },options.animateSpeed) } function yScrollPlay(index){ _option.removeClass("selected").eq(index).addClass("selected"); $(".fatbox",box).animate({ marginTop:-(tabHeight-listHeight)*index },options.animateSpeed) } ```
相关推荐
html5浪漫粒子表白文字特效
SlidesJS幻灯片特效
html5瀑布流相册特效
css3 svg实现的情人节表白鲜花动画特效
t-scroll.js基于ES6的DOM元素,过渡动画库插件
纯js写省市区三级联动效果
广告
广告