jquery use array to write pictures seamless scrolling to the left _jquery

Source: Internet
Author: User
jquery programming implements a set of 8 pictures of the picture, enter the page at the beginning of the first 4 display, and then automatically scroll to the left, until the screen shows the last 4 when the scroll stopped.
Here's the jquery code:
Copy Code code as follows:

$ (document). Ready (function () {
var $images = $ (' #images img ');
var IMGs = $images. length;
var next_img;
for (Var i=0;inext_img= $images. EQ (i);
Scroll (NEXT_IMG);
}
});
Create a scrolling function, use the Animate function to customize the animation
function Scroll (image) {
Image.animate ({' Left ': -485},5000);
};
</script>

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.