저는 JQuery BgCarousel Plugin이라고 썼어요.

5119 단어 jQuery

어떤 사건에서 만들어진 배경 화면 카셀은 필요 없기 때문에 jQuery 플러그인으로 공개됩니다.
jQuery.BgCarousel.Plugin(Github)

사용 방법

<link rel="stylesheet" href="css/jquery.bgcarousel.css" type="text/css">
<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/jquery.easing.1.3.js" type="text/javascript"></script>
<script src="js/jquery.bgcarousel.js" type="text/javascript"></script>
$(function()
{
    $('#bg_carousel').BgCarousel({
        left: '#left-button',    //左ボタンのセレクター
        right: '#right-button',  //右ボタンのセレクター
        children:'li',           //背景画像コンテンツのセレクター
        contents:'img,video',    //有効コンテンツ
        duration: 500,           //アニメーションのスピード
        interval:3000,           //アニメーションが動作する間の時間 
        direction:'left',        //タイマーで動作するアニメーションの方向
        easing:'linear',         //jquery.easing.1.3.jsのイージングが有効
        timer:true,              //true or false
        keyboard:true            //true or false
    });
});
샘플은 이미 여기에 올라왔다.
자동 재생
키보드 제어
늦추다
만약 잘못이 있다면, 질타 격려와 함께 먹을 수 있다면 나는 매우 기쁠 것이다.
소감과 실제로 사용한 사이트가 있으면 알려주세요.

좋은 웹페이지 즐겨찾기