JQuery Visuals-click on the picture, the picture disappears from the left and appears from the right

Source: Internet
Author: User

Transferred from: http://www.cnblogs.com/wenzichiqingwa/archive/2012/09/10/2678325.html

Html:

<div id= "Scroller1" >
            
" /div>

Css:

img{
                border:0;
                /* Image to animate, you must set this CSS property */
                position:relative;
            }
            /* can only accommodate displaying one picture */
            #scroller1 {                  
                margin:auto;
                /*                width:470px;*/
                width:150px;
                height:150px;
                padding:10px;
                border:1px solid deeppink;
                Overflow:hidden;
                /* This CSS property is set to animate the picture based on SCROLL1 */
                position:relative;
            }
Jquery:

$ ('. Oneimage '). Click (function () {
                    //left, move out left border, last distance 160px from left margin.
                    $ (this). Animate ({' Left ': -160}, ' Slow ', function () {
                        //animate) callback function, first moving the picture, distance 150px from the right edge, at this time Move to close to the left edge.
                        $ (this). css ({' Left ': ') ';
                        $ (this). Animate ({' Left ': 0}, ' slow ');});
            




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.