Banner Carousel Seamless Scroll Balm JQ code

Source: Internet
Author: User

Html:

<div class= "box" >

<ul>

<li>11111</li>

<li>22222</li>

</ul>

</div>

JQ:

Call: $ (function () {

SetInterval (Functon () {

Scroll ($ (". Box ul"));

},1000);

})

Package: function Scroll (obj) {

var h=obj.find ("Li"). Height (); Get the height of each Li

Obj.animate ({"Margin-top":-h},function () {//Whole UL scrolls up one Li's height, the positive or negative of H determines the direction of scrolling

Obj.find ("Li"). EQ (0). Appendto (obj); Put the first Li of UL to the last

Obj.css ("Margin-top", 0); UL position restore, looks like a seamless scrolling

})

}

Note: If you are rolling seamlessly up and down, use Margin-top, if you scroll left and right, use Margin-left, and then get the width of each li. Encapsulation is to reduce the amount of code when calling repeatedly.

Banner Carousel Seamless Scroll Balm JQ code

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.