Scrolling picture effect jquery to achieve the effect of whirling rolling _jquery

Source: Internet
Author: User
Today on the Internet to find a rollover effect, take out and share with everyone. First up Effect chart:

HTML code:
Copy Code code as follows:

<! DOCTYPE html>
<meta charset= "UTF-8" >
<title>jquery-roundabout</title>
<style type= "Text/css" >
*{padding:0;margin:0;}
body{font:24px Tahoma;}
ul{list-style:none;margin:100px auto 0;width:500px;height:200px;}
Li{line-height:200px;height:200px;width:300px;background: #ccc; text-align:center;cursor:pointer;}
Li.roundabout-in-focus{cursor:default;}
</style>
<body>
<ul class= "Roundabout" >
<li>block 1</li>
<li>block 2</li>
<li>block 3</li>
<li>block 4</li>
<li>block 5</li>
</ul>
</body>
<script type= "Text/javascript" src= "Http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" ></ Script>
<script type= "Text/javascript" src= "Js/jquery.roundabout.min.js" ></script>
<script type= "Text/javascript" >
$ (function () {
$ ('. Roundabout '). Roundabout ();
});
</script>

On the Roundabout.js code can go to the official online download, here is not written, too long. Click on the official website address.

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.