Based on the jquery slideshow plugin skitterslideshow

Source: Internet
Author: User

Share a jquery-based slideshow plugin Skitterslideshow is a support for 38 different slide transition animations, as well as two different types of navigation buttons, and it provides a number of configuration parameters to control the display of the slideshow. As follows:

Online preview Source Download

The implemented code.

HTML code:

<Divclass= "Htmleaf-container">        <DivID= "page">            <DivID= "Content">                <Divclass= "Border_box">                    <Divclass= "Box_skitter box_skitter_large">                        <ul>                            <Li><ahref= "http://www.w2bc.com/shili/"><imgsrc= "Images/example/001.jpg"class= "Circles" /></a><Divclass= "Label_text"><P>Love Programming www.w2bc.com</P></Div></Li>                            <Li><ahref= "http://www.w2bc.com/shili/"><imgsrc= "Images/example/002.jpg"class= "Circlesinside" /></a><Divclass= "Label_text"><P>Love Programming www.w2bc.com</P></Div></Li>                            <Li><ahref= "http://www.w2bc.com/shili/"><imgsrc= "Images/example/003.jpg"class= "Circlesrotate" /></a><Divclass= "Label_text"><P>Love Programming www.w2bc.com</P></Div></Li>                            <Li><ahref= "http://www.w2bc.com/shili/"><imgsrc= "Images/example/004.jpg"class= "Cubeshow" /></a><Divclass= "Label_text"><P>Love Programming www.w2bc.com</P></Div></Li>                        </ul>                    </Div>                </Div>            </Div>        </Div>    </Div>     <Scriptsrc= "Js/jquery-2.1.1.min.js"type= "Text/javascript"></Script>    <Scripttype= "Text/javascript"src= "Js/jquery.easing.1.3.js"></Script>    <Scripttype= "Text/javascript"src= "Js/jquery.skitter.min.js"></Script>    <Scripttype= "Text/javascript">$ (document). Ready (function () {            $('. Box_skitter_large'). Skitter ({theme:'default', Dots:true, preview:true, Numbers_align:'Center'            });    }); </Script>

via:http://www.w2bc.com/article/61877

Based on the jquery slideshow plugin skitterslideshow

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.