Jquery implements simple seamless scrolling and jquery seamless scrolling

Source: Internet
Author: User

Jquery implements simple seamless scrolling and jquery seamless scrolling

Jquery implements simple seamless scrolling

<!DOCTYPE html>

Scroll () usage:

Function scroll () {$ (". content ul "). animate ({"margin-left": "-110px"}, function () {// This is to let the entire ul first slide forward a li, if you want to slide 5 ~ It is 550px. // If You Want To scroll up, change it to $ (". content ul "). animate ({"margin-top": "-105px"} // If You Want To scroll down, change it to $ (". content ul "). animate ({"margin-top": "105px"} // you can change it to $ (". content ul "). animate ({"margin-left": "110px"} $ (". content ul li: eq (0 )"). appendTo ($ (". content ul ") $ (". content ul "cmd.css ({" margin-left ": 0}) // This corresponds to this side. // If You Want To scroll up, change it to $ (". content ul "). animate ({"margin-top": 0} // If You Want To scroll down, change it to $ (". content ul "). animate ({"margin-top": 0} // If You Want to scroll to the right, change it to $ (". content ul "). animate ({"margin-left": 0 }})} setInterval (scroll, 1000) // The above is the scroll speed of 1000, which can be adjusted by yourself

The above is all the content of this article. I hope you will like it.

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.