你的位置:首页 > 软件开发 > Java > jquery.slides.js

jquery.slides.js

发布时间:2015-11-16 14:00:13
http://slidesjs.com/#docs一款强大的,专业的幻灯片组件,全方位对幻灯片的速度。。全方位的控制; 1 $(function(){ 2 $("#slides").slidesjs({ 3 play: { 4 active: tr ...

http://slidesjs.com/#docs

一款强大的,专业的幻灯片组件,全方位对幻灯片的速度。。全方位的控制;

 1 $(function(){ 2  $("#slides").slidesjs({ 3   play: { 4    active: true, 5     // [boolean] Generate the play and stop buttons. 6     // You cannot use your own buttons. Sorry. 7    effect: "slide", 8     // [string] Can be either "slide" or "fade". 9    interval: 5000,10     // [number] Time spent on each slide in milliseconds.11    auto: false,12     // [boolean] Start playing the slideshow on load.13    swap: true,14     // [boolean] show/hide stop and play buttons15    pauseOnHover: false,16     // [boolean] pause a playing slideshow on hover17    restartDelay: 250018     // [number] restart delay on inactive slideshow19   }20  });21 });

 

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

原标题:jquery.slides.js

关键词:JS

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