我想在滑块中淡出淡出效果 [英] I want fade in fade out effect in slider

查看:53
本文介绍了我想在滑块中淡出淡出效果的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用bxslider但无法获得fadein淡出效果..我从这里实现了链接:http://www.htmldrive.net/items/demo/451/bxSlider-jQuery-Content-Slider

I am using bxslider but unable to get the fadein fade out effect in it..I implemented the link from here: http://www.htmldrive.net/items/demo/451/bxSlider-jQuery-Content-Slider

推荐答案

如果你不想要你提到的滑块那么你可以使用下面的代码与cs代码无关,只有aspx代码就足够了。

请将图片放在上面提到的文件夹里js也要

在google上搜索jquery-1.7.1.min.js



如果你有任何问题,请在代码项目上找回给我









ASPX代码



< head runat =server>

< script src =js / jquery-1.7 .1.min.jstype =text / javascript>< / script>

< script type =text / javascript>

var images = new Array(''images / gallery1.png'',''images / gallery2.png'',''images / gallery3.png'',''images / gallery4.png'', ''/ images / gallery.png'');

var nextimage = 0;
if you do not want the slider that you mentioned then you can use the below code nothing to do with cs code only aspx code enough.
and please place images in mentioned folder ans js also
do search on google for jquery-1.7.1.min.js

if u have any problem then get back to me on codeproject




ASPX code

<head runat="server">
<script src="js/jquery-1.7.1.min.js" type="text/javascript"></script>
<script type="text/javascript">
var images=new Array(''images/gallery1.png'',''images/gallery2.png'',''images/gallery3.png'',''images/gallery4.png'',''/images/gallery5.png'');
var nextimage=0;


(document).ready(function(){

doSlideshow();

});

函数doSlideshow()

{

if(
(document).ready(function (){
doSlideshow();
});
function doSlideshow()
{
if(


(''。slideshowimage'')。length!= 0)

{
(''.slideshowimage'').length!=0)
{


这篇关于我想在滑块中淡出淡出效果的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆