码迷,mamicode.com
首页 >  
搜索关键字:perspective    ( 361个结果
【特效】hover图片立体翻转
hover图片翻转效果二::绕Y轴旋转90度,注意父层要加透视属性perspective,这样才能看出立体效果 html: <ul class="list-img"> <li> <div>文字内容</div> <span>我是图片</span> </li> <li> <div>文字内容</div> ...
分类:其他好文   时间:2017-01-18 09:42:01    阅读次数:201
CSS3之3d变换与关键帧
3d变换是在transform基础上实现的 transform-style:preserve-3d; 建立3d空间 perspective:; 景深(设置用户看的距离) perspective-origin:center center;(默认) 景深基点(设置用户从哪个方向看) backface-v ...
分类:Web程序   时间:2016-12-28 21:27:30    阅读次数:237
立方体旋转 【web前端学习部落22群120342833】
效果: HTML部分: <body class="body"> <div class="rect-wrap"> <!-- //舞台元素,设置perspective,让其子元素获得透视效果。 --> <div class="container"> <!-- //容器,设置transform-style ...
分类:Web程序   时间:2016-12-17 02:28:58    阅读次数:254
the essence of the internet idea
Computer Systems A Programmer's Perspective Second Edition Of course, we are glossing over many difficult issues here. What if different net- works ha ...
分类:Web程序   时间:2016-12-17 01:58:40    阅读次数:251
physical addressing virtual addressing 物理寻址 虚拟寻址
Computer Systems A Programmer's Perspective Second Edition The main memory of a computer system is organized as an array of M contiguousbyte-sized cel ...
分类:其他好文   时间:2016-12-15 21:09:03    阅读次数:201
General protection fault Exceptions in Linux/IA32 Systems
Computer Systems A Programmer's Perspective Second Edition Exception number Description Exception class0 Divide error Fault13 General protection fault ...
分类:系统相关   时间:2016-12-15 20:50:16    阅读次数:211
concurrency parallel 并发 并行
Computer Systems A Programmer's Perspective Second Edition The general phenomenon of multiple flows executing concurrently is known as concurrency . T ...
分类:其他好文   时间:2016-12-15 14:36:30    阅读次数:166
Programs vs. processes
Computer Systems A Programmer's Perspective Second Edition This is a good place to pause and make sure you understand the distinction between a progra ...
分类:其他好文   时间:2016-12-15 14:20:07    阅读次数:187
Shared libraries
Computer Systems A Programmer's Perspective Second Edition Shared libraries are modern innovations that address the disadvantages of static libraries. ...
分类:其他好文   时间:2016-12-13 07:35:59    阅读次数:119
Capabilities and Limitations of Optimizing Compilers
Computer Systems A Programmer's Perspective Second Edition Modern compilers employ sophisticated algorithms to determine what values are computed in a ...
分类:其他好文   时间:2016-12-08 20:50:29    阅读次数:142
361条   上一页 1 ... 13 14 15 16 17 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!