Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/71.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 引导滑块移动不平稳_Javascript_Jquery_Css_Twitter Bootstrap - Fatal编程技术网

Javascript 引导滑块移动不平稳

Javascript 引导滑块移动不平稳,javascript,jquery,css,twitter-bootstrap,Javascript,Jquery,Css,Twitter Bootstrap,我已经创建了一个旋转滑块使用引导 这是我的密码: <header id="myCarousel" class="carousel slide"> <div class="carousel-inner"> <div class="item active"> <div class="fill" style="background-image:url('http://s1.postimg.org/ndn5u1rf

我已经创建了一个旋转滑块使用引导

这是我的密码:

<header id="myCarousel" class="carousel slide">
    <div class="carousel-inner">
        <div class="item active">
            <div class="fill" style="background-image:url('http://s1.postimg.org/ndn5u1rf3/home_slider1.jpg one');"></div>
        </div>
        <div class="item">
            <div class="fill" style="background-image:url('http://s1.postimg.org/6sk4s4pov/home_slider2.jpg two');"></div>
        </div>
        <div class="item">
            <div class="fill" style="background-image:url('http://s1.postimg.org/uktg3nrpr/home_slider3.jpg three');"></div>
        </div>
        <div class="item">
            <div class="fill" style="background-image:url('http://s1.postimg.org/uschmfdan/home_slider4.jpg four');"></div>
        </div>
    </div>
</header>
它很好用,但我需要类似的东西。在该网站上,滑块移动平稳。。但在我的代码中,它不是这样工作的

有人能帮我修一下吗?我可以修改一下这个代码吗


谢谢。

如果您的意思是增加过渡时间,您可能想看看这个:您看到我的网站链接了吗?。。谢谢链接不起作用…@Rammingh:是的,你的链接是正确的。谢谢..@Okx:我知道了。。谢谢