# 插件--轮播图 **Repository Path**: jayyinai/pluginrotary_graph ## Basic Information - **Project Name**: 插件--轮播图 - **Description**: 傻瓜式的插件,功能齐全 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 插件--轮播图 #### 介绍 一款jQuery傻瓜式的轮播图插件,功能齐全,操作方便,是每一个程序员必备的偷懒神器,你值得拥有! #### 版本 v1.0.0 #### 软件架构 软件架构说明 本插件是基于jQuery开发的轮播图插件,在使用本插件之前,必须引入jQuery库再使用插件,否则使用插件会报错。 #### 使用说明 ```
$(".Rotary").Simple({ dotClickable:false, colorNoFocus:"#f999", colorFocus:"#fff", dotPattem:"50", fadeover:false, commutation:"slide", autoplay:true, quality:"4000" }) ```
参数 说明 类型 可选值 默认值
dotexist 小圆点是否存在 Boolean true
dotClickable 小圆点是否可以点击 Boolean true
colorFocus 当前聚焦小圆点的颜色 String #ff5722
colorNoFocus 当前未聚焦小圆点的颜色 String #ffffff
dotPattem 当前小圆点样式 Nomber 50%
fadeover 图片超出边界渐显效果是否有效 Boolean true
commutation 图片变换效果 滑动或者渐显 String "slide" || "fade" fade
keyboard 是否有键盘事件 Boolean true
quality 自动播放速率 Nomber 2000
autoplay 是否自动播放 Boolean true