css3--making a small animation of the flip of a picture

Source: Internet
Author: User

I think it's kind of fun, hehe ~

Here is a question to note that the picture reversal process may encounter a jump bug like the following:

This thing came out to scare me a lot, obviously this user experience is very bad, the workaround:

In. pic,. info{...} This style adds transform:perspective (800px) Rotatey (0deg) That's all I'm saying! Give him an initial position so he won't fly.

<!DOCTYPE HTML><HTMLLang= "en"><Head>    <MetaCharSet= "UTF-8">    <title>Picture Flip Face</title>    <styletype= "Text/css">. Con{width:249px;Height:299px;margin:100px Auto 0;position:relative;Transform-style:preserve-3d;        }. pic,. Info{width:249px;Height:299px;position:Absolute; Left:0;Top:0;            /*Hide back picture*/backface-visibility:Hidden;transition:All 1s ease;            /*prevent jumps from changing bugs*/Transform:Perspective (800px) Rotatey (0deg);        }. Info{width:249px;Height:299px;Background-color:RGB (80,143,22);text-align:Center;Line-height:299px;Transform:Translatez (2px) Rotatey (180deg);        }. Con:hover. pic{Transform:Perspective (800px) Rotatey (180deg);        }. Con:hover. Info{Transform:Perspective (800px) Rotatey (0deg);        }    </style></Head><Body>    <Divclass= "Con">        <Divclass= "Pic"><imgsrc= "Images/login.jpg"alt= "Duckling"></Div>        <Divclass= "Info">Picture Text description</Div>    </Div></Body></HTML>

css3--making a small animation of the flip of a picture

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.