0

您好,我有这个脚本,但是当我将鼠标悬停在它上面时我想在它里面添加它会停止动画,当我出去时它应该正常完成动画。它

<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
<script src="js/onebyone/jquery.onebyone.js"></script> 
<script type="text/javascript" charset="utf-8"> 
         $(document).ready(function() {     
           $('#banner').oneByOne({
                className: 'oneByOne1', // the wrapper's name
                easeType: 'fadeInDown', //'fadeInLeft',  // the ease animation style
                width: 580,  // width of the slider
                height: 200, // height of the slider
                delay: 300,  // the delay of the touch/drag tween
                tolerance: 0.25, // the tolerance of the touch/drag  
                enableDrag: true,  // enable or disable the drag function by mouse
                showArrow: true,  // display the previous/next arrow or not
                showButton: false,  // display the circle buttons or not
                slideShow: true,  // auto play the slider or not
                slideShowDelay: 5000 // the delay millisecond of the slidershow
            });
         });
        </script> 
4

1 回答 1

0

OneByOne 插件主页上有一个明确的提示:

喜欢在鼠标悬停时暂停幻灯片?
请通过我的个人资料页面的联系表给我留言。我可以把更新源发给你。

我建议你这样做。

于 2012-06-22T09:37:02.507 回答