你的位置:首页 > 软件开发 > Java > 基于jQuery环形图标菜单旋转切换特效

基于jQuery环形图标菜单旋转切换特效

发布时间:2015-05-14 14:00:57
分享一款基于jQuery环形图标旋转切换特效。这是一款鼠标点击图标菜单圆形顺时针或者逆时针旋转切换代码。效果图如下:在线预览 源码下载实现的代码。js代码:/* 图片地址可以是相对路径或绝对路径;标题和描述可以包含HTML */var settings = [ { ...

基于jQuery环形图标菜单旋转切换特效

分享一款基于jQuery环形图标旋转切换特效。这是一款鼠标点击图标菜单圆形顺时针或者逆时针旋转切换代码。效果图如下:

基于jQuery环形图标菜单旋转切换特效

在线预览   源码下载

实现的代码。

js代码:

/* 图片地址可以是相对路径或绝对路径;标题和描述可以包含HTML */var settings = [ {image: 'images/zzsc1.png', heading: '爱编程', description: 'www.w2bc.com'},        { image: 'images/zzsc2.png', heading: '爱编程', description: 'www.w2bc.com' },        { image: 'images/zzsc3.png', heading: '爱编程', description: 'www.w2bc.com' },        { image: 'images/zzsc4.png', heading: '爱编程', description: 'www.w2bc.com' },        { image: 'images/zzsc5.png', heading: '爱编程', description: 'www.w2bc.com' },        { image: 'images/zzsc6.png', heading: '爱编程', description: 'www.w2bc.com' }        ];var options = {  circle_radius: 220,  normal_feature_size: 100,  highlighted_feature_size: 150,  top_margin: 100,  bottom_margin: 50,  spacing: 40,  min_padding: 50,  heading_font_size: 30,  description_font_size: 20,  type: 'image'};var fp = new FeaturePresenter($("#test-element"), settings, options);fp.createPresenter();

 

海外公司注册、海外银行开户、跨境平台代入驻、VAT、EPR等知识和在线办理:https://www.xlkjsw.com

原标题:基于jQuery环形图标菜单旋转切换特效

关键词:jquery

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录