css3(9)

3D转换 百度钱包


难点


代码


<!DOCTYPE html>
<html>
<head>
    <title>Bootstrap</title>
    <meta charset="utf-8">
    <mata http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
    <!--[if lt IE 9]>
      <script src="//cdn.bootcss.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        #content {
            width: 200px;
            height: 300px;
            margin: 100px auto;
            position: relative;
        }

        #face,#face2 {
            width: 300px;
            height: 300px;
            background: url(src/images/light-aio_2296245.png) no-repeat left bottom;
            position: absolute;
            top: 0;
            left:0;
            transition: all 1s;
            backface-visibility: hidden; /*转过去以后隐藏*/
        }

        #face {
            z-index: -1;
        }

        #face2 {
            background-position: -305px bottom;     /* spirits技术 */
            transform: rotateY(-180deg);
            
        }

        #content:hover #face{
            transform: rotateY(-180deg);
        }
        #content:hover #face2{
            transform: rotateY(0deg);
        }
    </style>
</head>
<body style="padding:50px;background-color:#f14849">
    <div id="content">
        <div id="face"></div>
        <div id="face2"></div>
    </div>
</body>
</html>
<!-- <script src="//cdn.bootcss.com/jquery/1.11.3/jquery.min.js"></script> -->
<script src="bootstrap/js/jquery.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • CSS3简介 CSS3的现状 浏览器支持程度差,需要添加 私有前缀 ; 移动端支持优于PC端; 不断改进中; 应用...
    magic_pill阅读 841评论 0 1
  • Android 自定义View的各种姿势1 Activity的显示之ViewRootImpl详解 Activity...
    passiontim阅读 174,138评论 25 709
  • 发现 关注 消息 iOS 第三方库、插件、知名博客总结 作者大灰狼的小绵羊哥哥关注 2017.06.26 09:4...
    肇东周阅读 12,273评论 4 61
  • 想要写点关于保罗的东西出来, 但最终因文笔拙劣而不得已放弃. 作为专题的第一篇文章就样吧! 开篇套用范·迪塞尔的话...
    October_阅读 602评论 2 1
  • 重走长征路,暖冬万里行活动时间是2014年12月15日至2015年2月15日春运,目标是送出50000件棉衣,资助...
    寒冰0601阅读 155评论 0 0