摘要:頁(yè)面后臺(tái)上傳寬高為輪播計(jì)時(shí)條點(diǎn)點(diǎn)兼容兼容極速模式插件本文采用了插件
http://xingeedu.com/
css
#navbar{ position:relative; height:500px; overflow:hidden; background: url(../../../image/r_loading.gif) #eee no-repeat; background-position:center center; background-size:80px 80px; } #navbar .slide a{ background-position:center center; display:inline-block; width:100%; height:500px; background-repeat:no-repeat }js
function initBanner(){ //后臺(tái)上傳寬高為1920*500 var barImg = $("#navbar").find("a"); barImg.each(function(){ var imgURL = $(this).data("img"); $(this).css({"background-image":"url("+imgURL+")"}); }) //輪播 var $box = $("#box"), $indicators = $(".goto-slide"), $effects = $(".effect"), $timeIndicator = $("#time-indicator"), slideInterval = 5000; var switchIndicator = function($c, $n, currIndex, nextIndex) { $timeIndicator.stop().css("width", 0); $indicators.removeClass("current").eq(nextIndex).addClass( "current"); }; //計(jì)時(shí)條 var startTimeIndicator = function() { $timeIndicator.animate({ width : "100%" }, slideInterval); }; //點(diǎn)點(diǎn) $("#controls").on("click", ".goto-slide", function(ev) { $box.boxSlider("showSlide", $(this).data("slideindex")); ev.preventDefault(); }); startTimeIndicator(); $box.boxSlider({ speed : 1000, autoScroll : true, timeout : slideInterval, next : "#next", prev : "#prev", pause : "#pause", effect : "fade", blindCount : 15, onbefore : switchIndicator, onafter : startTimeIndicator }); /兼容ie if (window.navigator.userAgent.indexOf("Trident") != -1) { //兼容 $box.boxSlider("option", "effect", "scrollHorz"); }else{ //極速模式 $box.boxSlider("option", "effect", "scrollHorz3d"); } }插件
本文采用了插件: http://www.html5tricks.com/demo/Adaptors/index.html
文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。
轉(zhuǎn)載請(qǐng)注明本文地址:http://systransis.cn/yun/93075.html
摘要:以前看到錘子科技官網(wǎng)的效果挺好玩的,一直沒(méi)有研究今天看到饑人谷,使用給出了一種實(shí)現(xiàn)方式我自己用原生也實(shí)現(xiàn)了一遍。我的方法原理,如圖所示,假設(shè)圖中的小圓點(diǎn)是中心點(diǎn)的位置為事件發(fā)生的位置。在水平方向上,就是元素要旋轉(zhuǎn)的度數(shù)代碼在最下方。 以前看到錘子科技官網(wǎng)的banner效果挺好玩的,一直沒(méi)有研究;今天看到饑人谷,使用jquery給出了一種實(shí)現(xiàn)方式;我自己用原生js也實(shí)現(xiàn)了一遍。大致原理相...
摘要:錘子官網(wǎng)翻轉(zhuǎn)特效插件每次訪(fǎng)問(wèn)錘子手機(jī)官網(wǎng)的頁(yè)面時(shí),都會(huì)欣喜的玩耍一番那個(gè)會(huì)翻轉(zhuǎn)的,感覺(jué)科技感十足這么有趣的效果,自己也很想試一試能否實(shí)現(xiàn),于是就核心的特效做了代碼的實(shí)現(xiàn)同時(shí)也將代碼進(jìn)行了封裝,做成了可以供大家引用的插件歡迎大家體驗(yàn),同時(shí)提出 錘子官網(wǎng)3D翻轉(zhuǎn)特效banner插件 **每次訪(fǎng)問(wèn)錘子手機(jī)官網(wǎng)的頁(yè)面時(shí),都會(huì)欣喜的玩耍一番那個(gè)會(huì)翻轉(zhuǎn)的banner,感覺(jué)科技感十足 這么有趣的效果...
摘要:錘子官網(wǎng)翻轉(zhuǎn)特效插件每次訪(fǎng)問(wèn)錘子手機(jī)官網(wǎng)的頁(yè)面時(shí),都會(huì)欣喜的玩耍一番那個(gè)會(huì)翻轉(zhuǎn)的,感覺(jué)科技感十足這么有趣的效果,自己也很想試一試能否實(shí)現(xiàn),于是就核心的特效做了代碼的實(shí)現(xiàn)同時(shí)也將代碼進(jìn)行了封裝,做成了可以供大家引用的插件歡迎大家體驗(yàn),同時(shí)提出 錘子官網(wǎng)3D翻轉(zhuǎn)特效banner插件 **每次訪(fǎng)問(wèn)錘子手機(jī)官網(wǎng)的頁(yè)面時(shí),都會(huì)欣喜的玩耍一番那個(gè)會(huì)翻轉(zhuǎn)的banner,感覺(jué)科技感十足 這么有趣的效果...
摘要:錘子官網(wǎng)翻轉(zhuǎn)特效插件每次訪(fǎng)問(wèn)錘子手機(jī)官網(wǎng)的頁(yè)面時(shí),都會(huì)欣喜的玩耍一番那個(gè)會(huì)翻轉(zhuǎn)的,感覺(jué)科技感十足這么有趣的效果,自己也很想試一試能否實(shí)現(xiàn),于是就核心的特效做了代碼的實(shí)現(xiàn)同時(shí)也將代碼進(jìn)行了封裝,做成了可以供大家引用的插件歡迎大家體驗(yàn),同時(shí)提出 錘子官網(wǎng)3D翻轉(zhuǎn)特效banner插件 **每次訪(fǎng)問(wèn)錘子手機(jī)官網(wǎng)的頁(yè)面時(shí),都會(huì)欣喜的玩耍一番那個(gè)會(huì)翻轉(zhuǎn)的banner,感覺(jué)科技感十足 這么有趣的效果...
閱讀 964·2023-04-25 23:50
閱讀 1994·2021-11-19 09:40
閱讀 608·2019-08-30 13:50
閱讀 2736·2019-08-29 17:11
閱讀 1051·2019-08-29 16:37
閱讀 2996·2019-08-29 12:54
閱讀 2803·2019-08-28 18:17
閱讀 2647·2019-08-26 16:55